Want Remove Margin In All Category Pages
-
Hello Team,
i want to remove margin in all category page
already discuss in old topic but below code only work for shop page, i want remove margin in all category page
old code: `body.woocommerce-shop .page-title {
margin-bottom: 0;
}`
old topic link: https://xtemos.com/forums/topic/how-to-hide-showing-result/#post-361831
Attachments:
You must be
logged in to view attached files.
Hello,
I am checking the URL and I do not see any gap: https://prnt.sc/u0V1XeUxbrOw What browser do you use?
Best Regards
I use chrome and safari browser..
please go any category and refresh one time then margin visible.!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 576px) {
.archive.woocommerce .page-title {
margin-bottom: 0;
}
}
Best Regards