Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #437340

    Hi

    I wonder if you can take a look at the URL in the private content area below.

    I seem to have picked up a responsive menu issue and not sure if due to theme update or something that is wrong somewhere.

    All working fine on mobiles but on the iPad there is an issue that you will see in the image file attached.

    Thanks for your help.

    Ian

    #437401

    Hey hark!

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

    @media only screen and (max-width: 1040px) and (min-width: 990px) {
    .logo * {
      max-width: 86%;
      top: 10px;
    }}

    Cheers!
    Yigit

    #437523
    This reply has been marked as private.
    #437542

    Hi!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #437605
    This reply has been marked as private.
    #437641

    Hey!

    You have many menu items and you are using button style for your items so it is taking a huge space on tablet size screens, so for your case, this is the solution :) I am marking this thread as resolved, if you have any other questions or issues, please feel free to start a new one

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive Menu issue’ is closed to new replies.