Jump to content

1.6 Featured Products do not align well....


Recommended Posts

My "Featured Products" do not align well on my homepage.  I am using 1.6.0.11 (default-bootstrap) and have the "random" selected but would rather like to have a more uniform look, ie...same size.  Is there a way to achieve this?

 

I was able to change the font size in my Top Menu bar via css files so I'm not afraid of changing code as long as I have a guide! :)

 

 

Link to comment
Share on other sites

If i understand, you want to have all products containers same height.

To do this you  can open yourdomain.com/themes/yourtheme/css/product_list.css and find this code:

ul.product_list.grid > li .product-container h5 {
    min-height: 53px;
    padding: 0 15px 7px;
}

Change min-height to 77px, or something that suits you.

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