Jump to content

[SOLVED] Featured products are not aligned, Theme problem ?


Penge58

Recommended Posts

Hello


 


Please look at http://www.eldatech.no/shop/


 


You will see on the front page that there is a line with 3 products.


The next line has 2 and then there is a third product below too.


I have configured the module "Special product on front page" to hold 6 products.


 


Why does it not put the last one on the second line instead of under the line ?


 


Anyone know what cause this ?


 


Is this caused by the Theme I am using ?


The Theme is created by PrestaShop Theme maker.


 


I am using PR 1.5.5.0


 


 


Petter


Edited by Penge58 (see edit history)
Link to comment
Share on other sites

it's because you've got different height for each <li> object (especially when they have different descriptions height)

 

here is the solution:

 

ad height: 340px; param to:

.products_block.grid li {
padding: 10px 1%;
width: 31.2%;
float: left;
list-style-type: none;
height: 340px;
}
Link to comment
Share on other sites

 

it's because you've got different height for each <li> object (especially when they have different descriptions height)

 

here is the solution:

 

ad height: 340px; param to:

.products_block.grid li {
padding: 10px 1%;
width: 31.2%;
float: left;
list-style-type: none;
height: 340px;
}

 

Oh tanks again Vekia.

I am impressed by your very quick answeres and your knowledge.

 

I will try this and let you know.

  • Like 1
Link to comment
Share on other sites

 

it's because you've got different height for each <li> object (especially when they have different descriptions height)

 

here is the solution:

 

ad height: 340px; param to:

.products_block.grid li {
padding: 10px 1%;
width: 31.2%;
float: left;
list-style-type: none;
height: 340px;
}

 

 

What file do you want me to edit ?

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...