| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Category/Sub-Category layout change | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
Category/Sub-Category layout change
Hi,
Just a quick question on the layout of the category and sub cat pages, currently we are using the Nobleese theme, and it has the icons listed in a row of 3 with quite a lot of padding. Just wondering if there is an option or setting to change this to being listed to something like 5/6 in a row? Or is a Custom CSS change needs to be added in. Thanks for any help. The link is http://powerpartsuk.com/Air-Filters for our intial test sub page.
__________________
WBK3p2snmcUwpP0V1MtfpCuV6qUAD282 |
|||||||
#2
|
|||||||||
|
|||||||||
Re: Category/Sub-Category layout change
There is no setting for this that I am aware of. As you say, needs custom CSS or HTML changes.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey XcartGuru X-cart Tutorials | X-cart 5 Tutorials Check out the responsive template for X-cart. |
|||||||||
#3
|
|||||||
|
|||||||
Re: Category/Sub-Category layout change
Any ideas where to begin with this?
Have changed a few of the padding settings and image size settings using Firefox Inspect Element (experimenting), but the only changes made are to each individual picture.
__________________
WBK3p2snmcUwpP0V1MtfpCuV6qUAD282 |
|||||||
#4
|
|||||||
|
|||||||
Re: Category/Sub-Category layout change
Any ideas where to begin with this?
Have changed a few of the padding settings and image size settings using Firefox Inspect Element (experimenting), but the only changes made are to each individual picture. EDIT: Thanks for the reply BTW!
__________________
WBK3p2snmcUwpP0V1MtfpCuV6qUAD282 |
|||||||
#5
|
|||||||||
|
|||||||||
Re: Category/Sub-Category layout change
Check this reply: http://forum.x-cart.com/showpost.php?p=378415&postcount=31
__________________
Found a bug in X-Cart? Post it to our bug tracker! Know how to make X-Cart better? Suggest an idea! |
|||||||||
#6
|
|||||||
|
|||||||
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 |
|||||||
#7
|
|||||||||
|
|||||||||
Re: Category/Sub-Category layout change
Try this code:
Code:
__________________
Found a bug in X-Cart? Post it to our bug tracker! Know how to make X-Cart better? Suggest an idea! |
|||||||||
|
#8
|
|||||||
|
|||||||
Re: Category/Sub-Category layout change
Thanks Tony!
__________________
WBK3p2snmcUwpP0V1MtfpCuV6qUAD282 |
|||||||
|
|||
X-Cart forums © 2001-2020
|