header-fixed class is not applied properly on mobile devices

  • Author
    Posts
  • #60221

    Hi, I see the mentioned class is applied to site-header-main when I scroll the site. It works properly on desktop but when I use it on mobile device like Nexus 5x seems like it is not applied until the header almost is not visible. Please let me know if this is clear enough 🙂

    #60282
    Zed
    Cryout Creations mastermind

    The fixed menu feature does not apply on the smaller mobile devices. This is intended behaviour (to avoid wasting screen space).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #60349
    This reply is private.
    #60619
    Zed
    Cryout Creations mastermind

    What colors are you using as your accent colors?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #60650

    Default ones. I have not changed them but I also have this small css to change few things

    div #site-description {
    	color: white;
    	opacity: .8;
    }
    div.header-fixed #site-description {
    	color: black;
    }
    div.header-fixed img.custom-logo {
    	filter: invert(100%);
    }
    • This reply was modified 6 years ago by krisb.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘header-fixed class is not applied properly on mobile devices’ is closed to new replies.