Jump to content

Add Cart buttons not aligned right!


Recommended Posts

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

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

×
×
  • Create New...