Home Forums WoodMart support forum White Space Between Main text in home page and footer.

White Space Between Main text in home page and footer.

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #255737

    bibinjohn9496
    Participant

    there is a white space between main content page and footer in my home page in mobile view. I adjusted the padding and corrected the issue in desktop view. but the same solution does not work in mobile view. is there any one step solution to remove the whitespace altogether.
    attaching screenshot for reference.

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    I saw the screenshot you attached and visited your website and there is no such space as you mentioned.

    Screenshot for Clarification: https://prnt.sc/wgkv4z

    Regards.
    Xtemos Studios.

    #256068

    bibinjohn9496
    Participant

    I checked from chrome browser of many mobiles and it’s there.
    May be u checked from desktop and used mobile view..
    Kindly try to visit from mobile.
    Also pls let me know how to add a prefooter in woodmart theme.
    I made a html block and pasted it’s short code in preefooter option . But nothing came.

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

    Hello,

    I have checked from chrome and there is no such issue as you mentioned.

    Screenshot for Clarification: https://prnt.sc/whezgf

    And for the prefooter it seems that you have disabled it from the page settings. Please Edit the homepage and disable the option.

    Screenshot for Clarification: https://prnt.sc/whf1yy

    Best Regards

    #256328

    bibinjohn9496
    Participant

    I had not disabled footer. attaching screenshot for reference

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

    Hello,

    I saw the screenshots you attached.

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #256518

    bibinjohn9496
    Participant

    how can i share it in the forum so that my login details remain secure?

    #256655

    Hello,

    You can share admin panel login details in the private content area then it will not be visible publicly.

    Best Regards.

    #257224

    bibinjohn9496
    Participant

    pls check private content area

    #257251

    Hello,

    I tried to login to your website and it displayed this error. Please disable the restriction to let me login to the website and assist you further.

    Screenshot for Clarification: https://prnt.sc/wkrhfx

    Best Regards.

    #257304

    bibinjohn9496
    Participant

    disabled the restriction. pls try now.

    #257307

    bibinjohn9496
    Participant

    Also attaching screenshot of spacing issue.
    checked from different phones and mobile view of different browsers from several laptops.
    it do exist.

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

    Hello,

    Your issue has been resolved. The Issue was due to the CSS that you have added. I have removed the CSS and the pre footer is displayed.

    Screenshot for Clarification: https://prnt.sc/wkw624

    The CSS causing issue is as follows:

    .woodmart-prefooter {
    	display: none;
    }
    body .woodmart-prefooter {
     padding-bottom: 0; 
    }

    Best Regards.

    #257639

    bibinjohn9496
    Participant

    Hai,
    can you remove the whitespacing in mobileviewbetween main page and prefooter.
    Attaching screenshot for reference.

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

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

    You can set the margin value according to your needs.

    Best Regards.

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