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

    Hello,

    When viewing avm.edu.in – it looks fine, but when you change the screen resolution to iPad or view the site on iPad the menu gets cut off and the slider images become extremely small — can you please assist.

    thanks

    #456543

    Hi ojasray!

    Please add the following to Quick CSS to activate the mobile menu at an earlier stage:

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

    Cheers!
    Rikard

    #457172

    Still same issue – the menu gets cuts off…

    #457343

    Hi!

    It seems to be working fine on my end. The code will hide the default menu so it does not overlap with your logo and then display the responsive menu instead. Or if your talking about something else then take a screenshot and highlight what your trying to do so we can get a better idea.

    As for the slider images to make them responsive they will always use 100% of the screen. How are you trying to make them display?

    Regards,
    Elliott

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