MeowsTheTime Posted March 13, 2015 Share Posted March 13, 2015 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 More sharing options...
dioniz Posted March 13, 2015 Share Posted March 13, 2015 Is it possible to see your site? Link to comment Share on other sites More sharing options...
MeowsTheTime Posted March 13, 2015 Author Share Posted March 13, 2015 www.meowsthetime.com Thanks. Link to comment Share on other sites More sharing options...
dioniz Posted March 14, 2015 Share Posted March 14, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now