Jump to content

[Solved] How to fix layout in Featured products?


Recommended Posts

Hi!

I've a problem with showing/layout prodcuts in the Freatured products!
Depending of the size (lenght) of the Short Description, the buttons of "Show" and "Buy" will show up on different spaces in the box. See picuture

When the Short description is on two rows everything is fine, but when it's on one row the buttons is not on the last row in the box and when the Short description is on three rows or more, the buttons is below the box!

Any clues what to do?

Thanks!

32022_SQa00MWCbGZA2EcGbqqG_t

Link to comment
Share on other sites

You need to set a fixed height for the product names. Change lines 992-996 of global.css:

#center_column div.products_block h5 {
   display: block;
   margin-top: 8px;
   height: 2.57em
}



You should specify a height that fits well for three lines.

Link to comment
Share on other sites

  • 1 month later...

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