Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #389985
    #389995

    read the last post from Yigit

    #390030

    Yes I have read that post but its not exactly the answer.

    What i am asking is how can i increase the mobile breakpoint so that the website looks like the mobile version on for example a screen less than or equal to 768px ?

    Thanks

    #390066

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px

    Cheers!
    Yigit

    #906244

    Hi there,

    I don;t have the option Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation.

    Please assist.

    #906500

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #906756

    Done. Please advise if you have received link.

    Many thanks

    #907168

    Hi shaunbrickell,

    I don’t see any login details, but that menu option has moved to Enfold->Main Menu. Please have a look there. If you need a custom breakpoint then you can use the following CSS:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Adjust the 1024 value to the width of your choice.

    Best regards,
    Rikard

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