eliteitsolutions.ie Posted November 27, 2014 Share Posted November 27, 2014 Hi,my add cart buttons on the homepage do not align up correctly. Can't seem to get them to line up right.I had them all ok, but they just seemed to go off today.Any ideas would be great?www.eliteitsolutions.ie Link to comment Share on other sites More sharing options...
bside2234 Posted November 27, 2014 Share Posted November 27, 2014 Find: #featured-products_block_center .product_desc { max-height: 80px; } in homefeatured.css and get rid of the max- so it's a fixed height. It should look like this: #featured-products_block_center .product_desc { height: 80px; } You can then change the pixel height to whatever you want also. Link to comment Share on other sites More sharing options...
eliteitsolutions.ie Posted November 27, 2014 Author Share Posted November 27, 2014 Find: #featured-products_block_center .product_desc { max-height: 80px; } in homefeatured.css and get rid of the max- so it's a fixed height. It should look like this: #featured-products_block_center .product_desc { height: 80px; } You can then change the pixel height to whatever you want also. Thanks for that. Solved my problem. You might be able to help with getting "center center fixed" to work on mobile for a background image? Link to comment Share on other sites More sharing options...
Recommended Posts