Jaje Posted April 30, 2013 Share Posted April 30, 2013 Hi guys, I am having a problem changing "Featured products" module layout. I would like it to show 2 rows with 3 products in each row and to set the width of product boxes so they nicely fit the center column. I suppose that if I set the picture width properly 3 pictures will remain in the top row and 4. will drop down to the 2. row, right? I can't manage to change product "boxes" width. I tried to change the home_default image size in the back office>preferences>images but when I do that only the image height changes while width remains unchanged. What should I do? Link to comment Share on other sites More sharing options...
PascalVG Posted April 30, 2013 Share Posted April 30, 2013 Hi Jaje, Do you have a link to your site? Then it's easier to help you specifically. in general, the layout of the columns is given here: edit /modules/homefeatured/homefeatured.css: (line 1) #featured-products_block_center li { margin-right: 10px; <-- margins between items padding: 10px 0; width: 126px; <-- width of item block height: 240px; } Hope this helps, pascal 1 Link to comment Share on other sites More sharing options...
Jaje Posted May 1, 2013 Author Share Posted May 1, 2013 Thanks a lot! that's what I've been looking for! Link to comment Share on other sites More sharing options...
PascalVG Posted May 1, 2013 Share Posted May 1, 2013 Glad I could help :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now