Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1436238

    Hi,

    I would like mobile menu start at 960px.
    Find this and copy the CSS but the logo disappear. I would like in the left like in the mobile version.

    Could you help me?

    Thanks advance,

    BR,

    Antonio

    #1436243

    Hey Antonio,
    Please don’t use that css, the theme has a built-in option for 990px:
    Enfold_Support_4910.jpeg
    this would be best, is it very important for the 30px difference?

    Best regards,
    Mike

    #1436250

    Hi Mike,

    I do that, it perfect!
    Could be possible the burger menú in the right and align center with the logo like mobile version?
    Thanks advance,

    BR,

    Antonio.

    #1436268

    Hi,

    Could you post a screenshot highlighting your intentions, and which screen width you are looking to target please?

    Best regards,
    Rikard

    #1436282

    Hi Rickard,

    Here I send you the screens.
    Many thanks,
    BR,

    Antonio.

    #1436328

    Hi,

    Thank you for the screenshots.

    You can add this CSS code to relocate the mobile menu to the right of the header.

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        top: 0;
        left: auto;
        right: 0;
        display: block;
        transform: none;
      }
    
      .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu .av-main-nav-wrap {
        transform: translateX(-50%);
        left: auto;
        right: 0;
        translate: none;
        float: right;
      }
    }

    Best regards,
    Ismael

    #1436346

    Hi Ismael,

    Ok, it works perfect.
    Many thanks!

    BR,

    Antonio

    #1436358

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1436359

    Hi,

    Yo can close it.
    Many thanks.

    BR,

    Antonio.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mobile menu start at 960px’ is closed to new replies.