How we set space in single product page
-
How do we set space on the single product page after the menu and before the single product?
https://prnt.sc/TVr-l_6h3zXa
Hello,
Your issue has been resolved. Check back your site after completely clearing the browser cache.
Go to theme Setting -> Custom Global CSS -> change the code as per your need.
https://ibb.co/VYBwqcC.
Best Regards.
I need only in single product page it increases the entire template.
please help
Hello,
Try to add the following custom CSS code in Theme Setting -> Custom CSS Section.
.main-page-wrapper,.single-product-page {
margin-top: 40px !important;
}
Change the code as per your need.
Best Regards.