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 #1929953
Divided Menu Navigation
Closed

Comments

  • venessakoehn started the conversation

    Hi,

    My right divided menu is sometimes funky on initial onload and also when resizing the browser window.

    There was a time when I would resize the browser window and it would get funky, but it would fix itself when I refreshed the page. Refreshing is no longer fixing it. 

    Any ideas?

  •  1,845
    Elated replied

    Hello,

    Issue here is that on certain resolutions, there just isn't enough space to fit all navigation items in the header, and thus it's making the header and sticky header drop down, making two headers visible at the same time.

    In order to fix that, we will need to reduce padding/font-size of the navigation at certain resolutions, please add this code to Appearance >> Customize >> Additional CSS field:

    @media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .eltdf-header-divided .eltdf-main-menu>ul>li>a {
        padding: 0 10px;
    }
    }
    5469944980.png

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards,  
    Vladimir



    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.

  • venessakoehn replied

    Thanks, I dropped that in and when I refresh now, it fixes the right divided menu.

  •  1,845
    Elated replied

    Hello,

    You're welcome.

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    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.