Jump to content

[SOLVED] Featured products module leaves a gap in the home page? please help.


Recommended Posts

Hi,  Could some one tell me whats gone wrong with this website, the 'featured products' module seems to have a gap in it and I dont know how or why?  Many thanks for your help. Dd I have attached 2 images the first is the website demo (what it should look like) and the second, what mine looks like, many thanks again.

post-810177-0-47309200-1404241782_thumb.jpg

post-810177-0-51969400-1404241796_thumb.jpg

Link to comment
Share on other sites

Can you share a link to the site?

www.wormwoodrocks.com its on maintenance at the moment so i will drop the bar for an hour, thank you for any help.

It went wrong the moment i played arounsd with TM HTML content.  I have unistalled it since and now i got other problems but this is the one that i cant fix at the moment. many thanks Dd

Link to comment
Share on other sites

okay so it's because of the different sizes of the product blocks

IBwRJai.png

 

size must be the same for each instance of product there

 

change min height param for

.main_page_products li h5 {
padding: 5px 0 0;
min-height: 40px;
}

for example to: 50px;

.main_page_products li h5 {
padding: 5px 0 0;
min-height: 50px;
}

effects

eSK6eXi.png

  • Like 1
Link to comment
Share on other sites

okay so it's because of the different sizes of the product blocks

IBwRJai.png

 

size must be the same for each instance of product there

 

change min height param for

.main_page_products li h5 {
padding: 5px 0 0;
min-height: 40px;
}

for example to: 50px;

.main_page_products li h5 {
padding: 5px 0 0;
min-height: 50px;
}

effects

eSK6eXi.png

Thats it, brilliant, thank you so much, you have been a great help. thank you again.

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