Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #772952

    How to change the location of menu selector on mobile site? It currently overlay on the page title. I want to decrease the space between the mobile menu selector “Select a page” and the top. Thank you.

    mobile website

    #772970

    Hey keeprain,

    Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    #mobileMenu_menu-main-menu {
    position: relative;
    top: 42px;
    }
    

    Best regards,
    John Torvik

    #773251

    Thank you! This solve the problem.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the location of menu selector on mobile site?’ is closed to new replies.