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 #1998858
Menu Position
Closed

Comments

  • terryh started the conversation

    I have just installed this theme and there are a couple of things I would like help in achieving please (I did contact prior to purchase and you said these were possible)...

    I would like the main menu at the top to be on the right hand side, I do not need the side menu, cart etc.

    Also, I would like the mobile menu icon to appear on the left hand side and the mobile logo to appear on the right.

    Could you please let me know how to achieve this?

    Thank you

  •  1,845
    Elated replied

    Hello,

    Welcome to your support management and thank you for choosing our theme!

    Sorry for the late reply, we have been receiving numerous tickets on a daily basis and are trying our best to keep up and respond to everyone as quickly as we can.

    To remove the icons from the right side of the header, navigate to Appearance > Widgets and remove the widgets from the Header Widget Menu Area:

    8400691514.png

    If you want the menu itself to move to the right, add the following CSS to Elated Options > General  > Custom CSS:

    .eltdf-menu-area .eltdf-position-center-inner {
        float: right;
        padding-right: 20px;
    }

    Regarding the mobile menu, the icon is on the left by default, and to move the logo to the right you will add the following to Elated Options > General  > Custom CSS:

    .eltdf-mobile-header
    .eltdf-mobile-header-inner
    .eltdf-mobile-header-holder
    .eltdf-position-center-inner {
        float: right;
        top: 27px;
        position: relative;
    }
    

    Let us know if there is anything else.

    Best regards,

    John


    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.

  • terryh replied

    Sorry I got the bit about the mobile menu wrong.

    I would like the mobile logo on the left and the menu on the right.

    Thanks for your help.

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    @media only screen and (max-width : 1024px) {
    .eltdf-mobile-header .eltdf-mobile-menu-opener {
        float : right;
    } .eltdf-vertical-align-containers .eltdf-position-center {
        text-align: left;
    }
    }
    9432788574.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.

  • terryh replied

    Thank you for all of this, it works as it should.

    However, on scrolling the sticky menu header still displays the hamburger icon, still displays the search icon and the main menu is still in the middle.

    Can you let me know how to fix that please.

  •  1,845
    Elated replied

    Hi there,

    I inspected your site but was unable to spot the issues you mention. You can see how does the sticky menu look on the screenshot below:

    2082620158.png

    Have you managed to fix this? 

    If not, please provide more information on the problem. Perhaps some screenshot also? 

    Also, write in if you need any further help.

    Best regards!

    Joey


    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.