Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #291810
    laurids-petersen
    Participant

    Hi

    I would like to move the hamburger menu to the location of the primary menu.
    How do I do that?

    Kind regards
    Laurids Petersn

    #291835
    Skandha
    Participant

    @laurids-petersen: Hello Laurids,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #292040
    laurids-petersen
    Participant

    Hi
    I’ve made a staging-environment for you at: https://www.surlykkerne.dk/stg_61851/

    I would like to get rid of the white block above then heading-picture. But when i include #masthead {display:none;} in the css, there is no hamburger-menu at all.

    Because of that I would like to move the hamburger-menu so (on small screens) it appears instead of the primary mneu

    Kind regards
    Laurids Petersen

    #292116
    Skandha
    Participant

    @laurids-petersen: Hello Laurids,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 990px) {
    	#masthead {
    	    display: none;
    	}
    }
    @media screen and (max-width: 990px) {
    	#mobile-header-left-menu {
    	    position: absolute;
    	    padding-top: 5px;
    	}
    	#masthead {
    	    padding-top: 0px;
    	    background: #dfd1ab;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #292161
    laurids-petersen
    Participant

    Hi Skandha

    It works perfect! Thank you,

    Kind regards
    Laurids Petersen

    #292177
    Skandha
    Participant

    @laurids-petersen: Hello Laurids, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to move the hamburger menu’ is closed to new replies.