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

    Thanks for reaching us,

    For displaying the top bar on the mobile device with the screensize less than 600px, please add the following CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    @media screen and (max-width: 600px){
        .zak-top-bar {
            display:block;
    }
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter andrewasa

    (@andrewasa)

    Thanks for the suggestion. I added this script on top of Additional CSS in Theme – Settings with no effect on my mobile phone with both Opera and Chrome browsers.
    Any other idea?

    Thread Starter andrewasa

    (@andrewasa)

    Sorry for the fuss – it works. I regenerated CSS and cleaned cache, now it is fine.
    Thanks for the help! Issue is resolved.

    Hi @andrewasa,

    Glad to hear that the issue has been fixed. Let me know of any other confusion or issues and I will get back to you.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top Bar disappears on mobile Zakra 3.0.6/WP 6.4.2’ is closed to new replies.