This topic has 6 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
how to align “read more” and “add to chart” ?
the previous css has been created so that the add to chart aligns with other add to charts, but the add to char and read more are not aligned.
Hello,
I have removed your custom and added the other one:
.products-grid .product-title {
line-height: 2.5ex;
min-height: 5ex;
}
The different position of the add to cart button depends on title height, so we added min-height for the product title.
Regards
okay, thank you before, oh ya i have another question,
https://kinghardware.co.id/product-category/alat-kasar/mata-gergaji-aluminium/
if only 1 product in categori (any category), the display is not good like picure below:
Hello,
Problem caused by your custom styles, remove it
.products-loop.products-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float:left;
}
https://gyazo.com/04dedcb5534437fcd8382e0a91bc7b16
Regards
oke thank you very much, done
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up