spacing between product categories and title
-
is there a way to add spacing between product categories and title people are clicking on categorie by mistake
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL I will check and give you a possible solution.
Best Regards.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.product-grid-item :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
margin-block: 4px;
}
Best Regards.
Hello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-product .wd-entities-title {
margin-bottom: 30px !important;
}
Best Regards.
Hello,
This code is working fine on your site.
https://ibb.co/qgvgTPV
Sometimes, outdated or cached files can cause display issues. You need to clear your browser cache while checking the issue.
Best Regards.
can you check on live server
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section for this site.
[class*="title-line-"] .product-grid-item .wd-entities-title {
margin-bottom: 30px;
}
Best Regards.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘spacing between product categories and title’ is closed to new replies.