Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #445287

    I’m using the Enfold Theme and the mobile menu (box) appears centered over the slider, directly below the header. I’d like to move it to the right hand side of the header … but NOT cover the logo. How do I adjust the position of the mobile menu?

    #445766

    Hey lodgingmetrics!

    That’s strange, did you do any customisations to the theme?

    Please try this in Quick CSS under Enfold–>General Styling:

    #advanced_menu_toggle {
      top: 40px !important;
      right: auto !important;
      left: 101% !important;
      margin-left: -23px !important;
    }

    Cheers!
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.