• Resolved indigobird

    (@indigobird)


    Hi,
    Is it possible for me to add a margin-top somewhere in the css to move the hamburger down a little from the top of the page? The hamburger would then line up with other elements in my header area. I’ve tried adding this to the css tweaks, but nothing changes. (Happy to pay for the pro version if it is an option in there!)

Viewing 2 replies - 1 through 2 (of 2 total)
  • What you want is:

    #shiftnav-toggle-main-button {
        padding:25px !important;
    }
    
    Plugin Author sevenspark

    (@sevenspark)

    Depends a bit on how you have things configured, but the above would increase the actual button size, or you could use the same selector and add your margin top. I’d need to see the site firsthand to be more specific though

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move the hamburger down?’ is closed to new replies.