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

    Hi,

    The position of the menu icon on mobile is too high on the mobile version of my website. I would like to bring it down and also a to be a little bit more on the right side of the page so it is more visible. How can I do this with a Quick CSS code ?

    #769850

    Hey Oby4455,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #advanced_menu_toggle {
        margin-top:18px;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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