Looked everywhere.
I'm running 1.3.8. Installed Column Layout Grid and my products still list in rows. I have it set to 3 columns.
Any help would be greatly appreciated.
the link is http://www.thejmoneycollection.com/cart
Thanks in advance.
Looked everywhere.
I'm running 1.3.8. Installed Column Layout Grid and my products still list in rows. I have it set to 3 columns.
Any help would be greatly appreciated.
the link is http://www.thejmoneycollection.com/cart
Thanks in advance.
Does not look to be installed, or correctly?
Zen-Venom Get Bitten
Column Layout Grid does not apply to the centerboxes like New Products, which is what you have showing on your homepage. I cannot see a way to get to a product listing page, which is what Column Grid affects.
Also, double-posting is not approved of in the forum - it only dilutes the helpers' attention and makes it hard to know what has already been suggested.
sorry for the double post, realized it was in the wrong section. It is installed correctly, it's a css issue, just put in a stylesheet from a different site and worked fine, just cannot figure out where the problem lies. I'm digging, if you have any ideas, i'd appreciate the help.
I repeat: Column Layout Grid will never apply to the centerboxes, only to product listing pages.
I see you have set the new products centerbox to 3 per row now.
Sorry i'm learning. Got it, i had set my .back and .forward to float: none; when i set them back to left and right, respectively, it lays out correctly. I had made this change initially so my main product image, where you add to cart, would be centered on the page, i'll have to work around that now. Appreciate the response..many thanks..
CSS is easily applied to a single element like that, when it has its own id (#productMainImage).
#productMainImage {float: none;}
or similar depending on your exact circumstances. Styling for an element with an id will override the .back class also applied to the same element.