about the spacing between the left sidebar Product categories
-
about the spacing between the left sidebar “Product categories” and its above the picture in the vertical direction, in the product details page, product categories page and shop page, as show in the folowing pictures. The spacing is too large, I need to set a smaller value for the spacing, how to do?
Attachments:
You must be
logged in to view attached files.
Hi btools,
Thanks for reaching to us.
First of all, I am appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.page-title {
margin-block: -40px 40px;
}
Best Regards,
question 1: I sent you the link in the private content.
question 2:
about the spacing between the left sidebar “Product categories” and “browse categories” in the vertical direction, in the product details page, as show in the folowing picture. The spacing is too large, I need to set a smaller value for the spacing, how to do?
Attachments:
You must be
logged in to view attached files.
Hi btools,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
main.wd-content-layout {
padding-block: 20px;
}
Best Regards,