This topic has 5 replies, 4 voices, and was last updated 9 years, 5 months ago ago by Stan Russell
Hi,
I can’t get my products aligned on my products page. Since some of my product descriptions are longer than others, the “add to cart” button is placed lower at times. Can you help me?
Hello,
Please try to add the following code in custom.css file
#products-grid.products_grid .product-grid .product-name{
height: 40px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hello,
Try to add this code in custom.css file:
#products-grid.products_grid .product-grid .product-name {
height: 50px !important;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Regards,
Eva Kemp.
It worked thanks!
Hello,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘Align products on product page’' has been successfully resolved, and the topic is now closed for further responses