Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264624
    SebastiaanHorn
    Participant

    Hi guys,

    Last thing and then my website is totally perfect again.
    Before the big updates the menubar was smaller and a little bit transparant. Like this:

    Menu bar old situation (how I want it)

    But after the updates the menubar is a lot wider and not transparant anymore. I can’t find the CSS-code and I don’t know how I did this anymore. Can you help me out to get the menu-bar smaller and a little bit transparent again?

    menu bar now

    #264696
    Skandha
    Participant

    @sebastiaanhorn: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 1024px) {
    	.navigation-modern .menu-inside-wrapper {
    		max-width: 320px;
    		left: 20px;
    		right: unset;
    	}
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adjust drop down menu’ is closed to new replies.