Home Forums WoodMart support forum Another Gapping

Another Gapping

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #509350

    evanlee01141991
    Participant

    Please help, there have to places need to add extra gapping to make it look nice. I believe all these is under shop page.

    Attachments:
    You must be logged in to view attached files.
    #509410

    Hello,

    The problem is caused by your custom CCS: https://gyazo.com/9e92d044ff0c4d8204569a03d4b161f9

    This margin is important for all the Woocommerce templates, to remove it from the home page you need to add this negative margin to the first section if you use Elementor https://prnt.sc/uhivji or set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs for WP bakery page builder.

    If you want to remove the gap before the footer, please follow this manual: https://xtemos.com/docs-topic/top-and-bottom-paddings/

    If you have any questions please feel free to contact us.

    Best Regards

    #509544

    evanlee01141991
    Participant

    I put margin-bottom:-40px instead of top one, because I just want to cover the gap there. But I really forgot why I have remove it to 0px for some reason which advise by your team.

    #509550

    evanlee01141991
    Participant

    Here is my next question, any idea to remove the white color name since my image have text already.

    Attachments:
    You must be logged in to view attached files.
    #509632

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .category-grid-item .wd-entities-title {
    display:none;
    }
    
    body .cat-design-default .more-products {
    display:none;
    }

    Best Regards

    #510055

    evanlee01141991
    Participant

    it’s working perfectly, thanks.

    #510198

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘Another Gapping’ is closed to new replies.