Jump to content

Featured products home page Blank spaces and not aligned


Recommended Posts

hello

 

it's because you've got different height there for each <li> element

w9muJnK.png

 

 

you have to define height param for them, it must be the same for each item

 

add height:440px; to:

#featured-products_block_center ul li {
width: 162px;
float: left;
padding: 0 0 10px 0;
height: 440px;
}

i don't know file name because your css files are minified now (ccc for css option under adv. paramters > performance tab)

effect:

 

95fU8qj.png

Link to comment
Share on other sites

Thank you I found it eventually It helped fix it a bit better, just the last 2 items on the bottom line show and don't show, Thank you for your help I'll try and work out how to make the last two items show, and how to align the Add to cart image, if you know how can you let me know. again thank you so much.  

Link to comment
Share on other sites

In settings I set "Number of products displayed" to 30 (I Have even 15 I tried), When I refresh the home page it could show 7 items or 9 items or 8 items showing it wont show all 30 or 15 items. Its not consistent.

Not sure if you can help.

 

 

Now I also have a problem with other products in the same category it doesn't slide or let you slide it. This will be for anther post later.

 

 

Thank you so much for all your help you are the Legend.

Link to comment
Share on other sites

×
×
  • Create New...