Re: Column Layout Grid for Product Listing
Hi have looked all through this post and have managed to get my products 2 across but i would like some space between these i have tryed adding margin and/or padding to the centerBoxContentsProducts but to no avial :frusty:
i am using version 1.3.9 with the flexible product listing mod add on
www.happiechappie.com (adult site)
any help please
Marie
Re: Column Layout Grid for Product Listing
Hi macbain,
You could try setting the width of each product in the stylesheet by doing something like this. (play with the width and height a bit to get it right for your site):
Code:
.centerBoxContentsProducts {
border: 1px solid #0a7376;
margin-top: 10px;
margin-left: 5px;
max-width:200px;
min-height:200px;
}
Have a play around with something like that and see if it helps. You may need to add padding, but have a go anyway.
Hope this helps you.
Cheer
DB
Re: Column Layout Grid for Product Listing
I put in exactly what you said and the only bit its picking up is the border :(
marie
Re: Column Layout Grid for Product Listing
Moderator's note - macbain - your multiple threads have all been merged here. Please DO NOT post the same problem in different forums. It only makes life harder for those that are trying to help.