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

    I have searched the forums and all previous posts seem to be outdated.

    For this particular site it is ONLY for mobile users so if I could set the whole site to be mobile that would be awesome!

    #456243

    Hey Luke86!

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

    @media only screen and (max-width: 1024px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}

    Regards,
    Yigit

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