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

    Hello I created main menu but it still appears as bottoms when accessing responsive site.
    Have look

    #430481

    Hi anogma!

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

    @media only screen and (max-width: 769px) {
    nav.main_menu {
      display: none;
    }}

    Cheers!
    Yigit

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