Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #435661

    Hi,

    I am having issues with the main navigation on tablets..

    When I view my site on my iPad / tablet I have noticed my navigation shrinks and at one point hides behind the logo vs dropping below the logo or changing into the mobile menu. Is there a way to have it display the mobile menu or drop below the logo when viewed on a tablet or when the browser reached a particular size? (Once I get to 1160px my first navigation link is about to go behind the logo.)
    Thanks for your help,

    Donny

    #435903

    Hey Dmichel!

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Best regards,
    Rikard

    #443559
    This reply has been marked as private.
    #443868

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    nav.sub_menu { display: none !important; }}

    Cheers!
    Yigit

    #443975
    This reply has been marked as private.
    #444724

    Hey!

    Please try the following as well:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    #avia3-menu {
    display:block !important;
    }
    .avia3-menu {
    min-width:100% !important;
    }
    }

    Cheers!
    Rikard

    #444727
    This reply has been marked as private.
    #444860

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Best regards,
    Rikard

    #445123
    This reply has been marked as private.
    #445568

    Hi!

    Try to delete the comments directly in the database. Use this plugin: https://wordpress.org/plugins/wp-optimize/

    Please create a backup of the database before using the plugin.

    Cheers!
    Ismael

    #445989
    This reply has been marked as private.
    #446940

    Hey!

    It is hidden by default because there’s not enough space in the socket container and on mobile devices you can just double tap to scroll back to the top of the site. Maybe, you should add another menu item in the main menu with drop down, same items as the footer menu.

    Or use this to enable to enable the footer menu on mobile:

    @media only screen and (max-width: 768px) {
    .responsive #socket .sub_menu_socket {
      display: block !important;
    }}

    Cheers!
    Ismael

    #447409
    This reply has been marked as private.
    #447457

    Hi!

    Yes, you can post your website to Enfold showcase thread – https://kriesi.at/support/topic/enfold-showcase/ :)

    Best regards,
    Yigit

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