• Hi
    When I go to view my site on mobile I have the menu bar items for a split second and then just a large gap at the top and have to scroll down to any content (no menu bar). So my visitors just see a blank screen and presume nothing is there. I added the mobile menu add on but this doesn’t resolve it but at least gives a menu bar symbol should anyone spot it.

    All help is much appreciated.
    Regards

    • This topic was modified 6 years, 12 months ago by reunited2017.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    – Mobile compatibility is theme-dependent.
    – For pro or commercial product support please contact the author of your scalia theme directly on their site. They cannot support their customers here.
    – As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there. Also, forum volunteers are not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly.

    There is a logo in that section but it is not displayed.
    this classes is causing the emtpy space
    header-main logo-position-center

    If you use the browser developers tools you will see it.

    What i did to omit that empty space i use the following, you can add it to the css section of your site and you will see the difference:

    .header-main .logo-position-center{
    display: none !important;
    }

    But it should not be the proper way to fix it. You better check why the logo is not displayed on mobile or remove it completely

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My site view on mobile has a problem’ is closed to new replies.