I want to adjust the spacing of product tags and the line height of product names
pls help me check how to do it
This topic has 2 replies, 2 voices, and was last updated 1 weeks, 4 days ago ago by Alex Carter
I want to adjust the spacing of product tags and the line height of product names
pls help me check how to do it
Hello,
Thank you for reaching out to us.
Custom CSS code can be used, for example:
.content-product .products-page-cats a {
margin-left: 10px;
}
.content-product .product-title a {
line-height: 1.6;
}
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up