Home Forums WoodMart support forum Want Remove Margin In All Category Pages

Want Remove Margin In All Category Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #362328

    Faizan Chauhaan
    Participant

    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.
    #362473

    Hello,

    I am checking the URL and I do not see any gap: https://prnt.sc/u0V1XeUxbrOw What browser do you use?

    Best Regards

    #362474

    Faizan Chauhaan
    Participant

    I use chrome and safari browser..
    please go any category and refresh one time then margin visible.!

    #362663

    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

Viewing 4 posts - 1 through 4 (of 4 total)