Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1317955

    Hey Guys,

    i have made a Webpage with an anchor menu. ( Onepage Webpage )
    THe Menu is sadly not working on mobile Phones.
    So i would like to deactivate the menu on every phone.
    Just that Tablets and Computers user can see the Menu.

    This is the webpage:

    Is that possible? I just could find captions like deactivating the submenu.

    THank you

    #1318015

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .main_menu { 
         display: none; 
    }}
    

    Best regards,
    Yigit

    #1318103

    Awesome, Thank you very much.
    Worked like a charm!

    #1318126

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Main Menu in Phones’ is closed to new replies.