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 #1303233
Drop Down Navigation on Centered Header
Closed

Comments

  • Melissa started the conversation

    Hi! We currently added a drop down to the blog, and on the centered header (which we have for the blog & homepage) the drop down drops WAAAY down, but only on this header style. 

    What can I do to fix this? Is there a setting I'm missing? 

    Thank you much in advance! 

  •  1,845
    Elated replied

    HI Melissa ,

    Thank you for using our theme

    This drop down is caused by menu height: https://www.screencast.com/t/nL2ZJgRBFwEf

    Go to Elated options >> General, scroll down and inside Custom CSS field paste following code: 

    .second {
        margin-top:-70px !important;
    }

    Result: https://www.screencast.com/t/4x4Wvys0W

    Hope this was helpful

    Kind regards




    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.

  • Melissa replied

    Thank you! 

    This worked for the center header pages but not all of the pages on the site have the centered header. Is there something that will effect the drop down for that centered heading only? 

    If I use the piece of code it pulls the dropdown up way too high on the other headers.

    Thanks again for all your continued help!! 

    Melissa

  •  1,845
    Elated replied

    Hi,

    You're welcome

    Try to paste this code in custom css field (Elated options > General options > Custom css)

    @media (min-width: 1000px){
    .eltd-drop-down .second .inner {
        margin-top: -100px !important;
    }
    }
    



    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.

  • Melissa replied

    Thank you, but I got the same result. I'm making it work for now. There's no code to just control that one header dropdown piece? 


    Thanks again for all your help! I really appreciate it! 

  •  1,845
    Elated replied

    Hi,

    If you want that setting to be applied only in centered header you can use this Custom Css code:

    @media (min-width: 1000px){
    .eltd-header-centered .eltd-drop-down .second .inner {
        margin-top: -100px !important;
    }
    }

    with a difference that there is added leading

    .eltd-header-centered

    Css selector that indicates that this code will be applied only on centered Header Type.

    Please let us know if this was your intentions or let us know and we will try to generate Custom Css according to your needs.

    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.

  • Melissa replied

    YES!! 

    This is perfect and exactly what I was looking for!! Thank you so so much!! 


    Melissa

  •  1,845
    Elated replied

    Hi Melissa, 

    Thank you for clear explanation, so it helped us fix the issue completely for youIf there is anything else we can do for you.

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.

    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.

  • Melissa replied

    Absolutely! Will do!! 

    Thanks again so so much!

  •  1,845
    Elated replied

    Hi Melissa,

    Thank you very much for rating and good review, this really helps us a lotIf there is anything else we can do for you, please do not hesitate to ask.

    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.