Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1438861

    Hi,
    my site ist starting with a layer slider and currently the header on desktop is only visible when scrolling down, which is ok.
    How can I get the same (with burger menu) on mobile?
    See link in private.

    Thank you for help and best regards!

    #1438863

    Hey dreamreader,
    Your desktop header is using the option in the admin sidebar for Header visibility and transparencyHeader is invisible and appears once the users scrolls down this option doesn’t work for mobile.
    You could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#header.av_header_transparency {
    		display: none;
    	}
    	#top #wrap_all #header.av_header_transparency ~ #main {
    		padding-top: 0 !important;
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1438881

    Thank you Mike for your incredibly fast and professional support!
    It worked perfectly!
    Thanks and best regards!

    #1438889

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header on desktop and mobile’ is closed to new replies.