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 #1156316
Center Logo
Closed

Comments

  • ColeBField1221 started the conversation

    How can I center the logo with this type of menu style? http://wpadevsite5.com/

  •  1,845
    Elated replied

    Hello there,

    you can choose header type in Elated Options > Header and there set desired Header Type, in screenshot there are marked three of them that have centered logo https://www.screencast.com/t/GeCDIc6x, choose one which menu satisfies you the best.

    Please let us know if there is anything else we can help you with.

    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.

  • ColeBField1221 replied

    1. My apologies I meant when using menu option Ive highlighted in the attached image how can I make the logo in the center of the page?

    2. Also Ive attached the mock of what I would like it to look like as well and the additional points I would like to achieve are the following:

    • Switch the 3 line hidden nav bar from the right to the left.
    • Center the logo
    • add additional icon/links on the right hand side of the page.



  •  1,845
    Elated replied

    Hello there,

    1) We are so sorry for misunderstanding. By default it is alligned left, however you can center it using Custom Css provided below, just paste it into Elated Options > General > Custom Css field https://www.screencast.com/t/wVsIvDarKTB

    .eltd-position-left {
        left: 50%;
        transform: translateX(-50%);
    }

    2)     1. You can achieve it using this code

    .eltd-drop-down .narrow .second .inner ul li ul{
        left: -100%!important;
    }

            However arrow icons can not be moved to the left side.

            2. Code above should center the logo

            3. Unfortunately, it is not possible using FullScreen Menu you want to use, if you want those icons conisde standard menu and icons can be easily added.

    Please let us know if there is anything else we can do fro 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.

  • ColeBField1221 replied

    This code:

    .eltd-position-left {
        left: 50%;
        transform: translateX(-50%);
    }

    works perfect


    This code:

    .eltd-drop-down .narrow .second .inner ul li ul{
        left: -100%!important;
    }

    Does nothing

  •  1,845
    Elated replied

    Hello again,

    Second code from previous answer will display third level menu on the left side of the second level menu https://www.screencast.com/t/u5DN85WCh instead of right side https://www.screencast.com/t/cIvDmcGKsL, so please tell us if this was your intention or we didn't understood you well since code work fine on our side.

    Also there is an issue on your page since logo that is now centered overlays menu item and hence they can't be clicked so please for centered logo try using predefined options in Elated Options > Header and there choose layout that suits you the best https://www.screencast.com/t/h1bz3nJqIAE2. Also when we hide logo from your page third menu items are left from second level https://www.screencast.com/t/FaH9A5wv.

    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.

  • ColeBField1221 replied

    My apologies I meant can I have the menu 3 line icon moved to the left side instead of the right where it currently is? Image attached

  •  1,845
    Elated replied

    Hello there,

    Sorry for misunderstanding, it can not be achieved using themes predefined widgets and widget areas however try this custom css and see if that helps, however when using a lot of Custom Css sometimes there can be some unwanted overriding. Just paste code below into Elated Options > General > Custom Css field 

    .eltd-position-right {
        float: none!important;
        position: relative;
        left: 0!important;
        width: 47px;
    } div#eltd_woocommerce_dropdown_cart-6 {
        display: none;
    } div#eltd_search_opener-7 {
        display: none;
    } .eltd-position-right-inner {
        top: -55px!important;
        position: relative;
    }

    Please let us know if there is anything else we can do fro 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.

  • ColeBField1221 replied

    That worked perfect! Thanks!

  •  1,845
    Elated replied

    Hello again,

    We are pleased to help, if there is anything else we can do for you, please let us know.

    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.