Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1360700
Mobile menu breaking point
Closed

Comments

  • Holycowinfo started the conversation

    Hi, 

    My top menu breaks from 1275px to 1005px, before it starts displaying the mobile menu.

    I'd like to change the breaking point from 1005px (more or less) to 1275px (so the mobile menu would appear sooner when reducing the window)

    Any feature on the theme to achieve this? If not, any custom CSS to fix this?

    Thanks a lot by advance

    Regards,

  •   Elated replied privately
  • Robert replied

    Hi, can you please tell me what the solution was for this? I have the same question and have been racking my brain for hours on this. Your assistance is appreciated.


    Thanks,

    Rob

  •  1,845
    Elated replied

    Hello Robert,

    Note that by default, menu breaking point is set to 1024px, but if you want to change it, there is no predefined option for that, but that can be done with some custom css.

    Just add this css underneath in Elated Options >> General >> Custom CSS field:

    @media only screen and (max-width: 1275px) {
    .eltdf-mobile-header {
        display: block;
    }
    .eltdf-page-header {
        display:none;
    }
    }

    With that custom css above, your mobile menu header will be appeared for all screens less than 1275px.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Robert replied

    Thank you,. I appreciate your prompt reply!

    I'll give that a try

    Rob

  •  1,845
    Elated replied

    Hello,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.