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

    Hey guys,

    I followed the post to configure the menu to show responsive on Ipad, but it doesn’t seem to be working. The menu now disappears on Ipad, and then reappears on smartphone. A little help on this on one please.

    http://codelessme.com/sparc

    #224639

    Any word on this one guys?

    #224650

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }}

    Best regards,
    Yigit

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