Jump to content

[SOLVED] Featured products layout


Recommended Posts

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

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

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...