• Footer is missing in blog posts when I view it through mobile.
    I don’t know the issue why the footer is missing in blog posts when I view it through mobile.
    Your help in this regard would be highly appreciated.
    Thanks to you.
    Ali Arahm

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    I’ve checked your site on my Android phone (Chrome) and I’m not sure I see the issue you’ve mentioned as the footer is visible as shown here – https://share.getcloudapp.com/8LupBwA1

    perhaps you’ve sorted it out? Let us know.

    ying

    (@yingscarlett)

    You seem to have this plugin OptimizePress which adds this CSS to the site and messed up the layout of the menu toggle:

    button span {
        border: 0;
        display: block;
        white-space: nowrap;
    }

    Try add this CSS to override it:

    .menu-toggle span.mobile-menu {
        display: inline-flex;
    }
    Thread Starter aliarham

    (@aliarham)

    Thanks a lot, I really appreciate it.
    You are doing a great job, I love it

    ying

    (@yingscarlett)

    You are welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer is missing in blog posts when seeing through mobile’ is closed to new replies.