View Single Post
  #6  
Old 11-13-2014, 11:57 PM
 
kokeyuk1 kokeyuk1 is offline
 

Member
  
Join Date: Jul 2013
Posts: 24
 

Default Re: Category/Sub-Category layout change

Hi Tony,

thanks for the reply, that sounds exactly what we need. However when i apply that code to the custom CSS nothing happens?

I've literally just copied and pasted it to the bottom of the code already there, is there anything else i need to do?

EDIT:

Got it working for products, but need help applying the same rules for the sub category pages, would something like this work?

ul.subcategory.grid-list li.subcategory-cell.box-subcategory {
width: 20%;
}

ul.subcategory.grid-list li.subcategory-cell:nth-child(2n) + li.subcategory-cell{
clear: none;
}

ul.subcategory.grid-list li.subcategory-cell:nth-child(3n) + li.subcategory-cell{
clear: none;
}

ul.subcategory.grid-list li.subcategory-cell:nth-child(4n) + li.subcategory-cell{
clear: none;
}
__________________
WBK3p2snmcUwpP0V1MtfpCuV6qUAD282
Reply With Quote