Home Forums WoodMart support forum Why there have big gap in my mobile version?

Why there have big gap in my mobile version?

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #506888

    evanlee01141991
    Participant

    Why there have big gap in my mobile version? But my pc version look fine.

    #506889

    evanlee01141991
    Participant

    All single product page got gap.

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

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    No gaps on my responsive simulator https://prnt.sc/jOACLK_fznAy https://prnt.sc/Fu_70bzBvPGS

    And on my real mobile devices as well https://prnt.sc/-9-cUghINjsw https://prnt.sc/P1FNachw-SGJ

    Please clear browser cache and check again.

    Regards,

    #507318

    evanlee01141991
    Participant

    Ok, will do.

    How to increase a little gap into this area? Both section are too close and this page is not allow me to use elementor to edit it.

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

    evanlee01141991
    Participant

    And how to remove this both gap in homepage? mobile view

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

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    1. Please add below code to Theme Settings > Custom CSS > Global Custom CSS.

    
    /* Increase gap in single product */
    .wd-builder-off .single-product-page>div:not(:last-child) {
        margin-bottom: 55px;
    }

    2. In order to remove gap sections in homepage, you can edit the page, choose Section > switch to Responsive mode and you can control paddings on mobiles.

    https://prnt.sc/BsH9wUWdNk2n

    Regards,

    #507817

    evanlee01141991
    Participant

    1. Thanks.

    2. After remove all padding or make as 0, the gap still there, can check from your side?

    #507873

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    Please clear browser and check again. https://prnt.sc/cPl4rp5I1IBF

    Regards,

    #508343

    evanlee01141991
    Participant

    I mean this, after the blog one

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

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    Please add this code to the field where you want to hide it: Theme Settings > Custom CSS > Mobile/Tablet/Desktop:

    .site-content {
        margin-bottom: 0;
    }

    Regards,

    #508716

    evanlee01141991
    Participant

    After putting this css > mobile

    But it’s still a gap there.

    #508919

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    Please clear cache and double check.

    Regards,

    #508930

    evanlee01141991
    Participant

    it’s worked in mobile version, but right now it’s PC version turn having a gap. Why?

    #508943

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    Please clear cache and double check.

    Regards,

    #508945

    evanlee01141991
    Participant

    thanks, it’s worked.

    #509019

    Hung Pham
    Keymaster

    Hi evanlee01141991,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Why there have big gap in my mobile version?’ is closed to new replies.