• Resolved bogdandudau

    (@bogdandudau)


    Header bar is working just fine on my pc, but it is completely missing on my phone and tablet screens. This applies only to articles, as the rest of the website works fine on any screen. (link below)

    link

    I am using a child theme of longform with very little modifications(none of them affecting the masthead). I have the latest version of wordpress and longform and I also tried disabling my plugins. I used chrome and safari on ios and android and got the same results.
    Any idea why this happens? Sometimes, during loading, you can glimpse the header bar, but it disappears almost instantly.

Viewing 1 replies (of 1 total)
  • Thread Starter bogdandudau

    (@bogdandudau)

    The solution was adding this code to my child theme’s style.css:

    .modify .site-header {
    	visibility: visible;
    	opacity: 1;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Top menu bar missing in mobile view on articles’ is closed to new replies.