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 #690963
Center Justify Main Menu?
Closed

Comments

  • Erin started the conversation

    Hello!  I would like the main menu to be centered.  Is there a simple way to achieve this?  I don't mind a little coding.

  •  1,845
    Elated replied

    Hi Erin,

    It seems that you set this column to take only 8 of 12 columns, and that's why it doesn't take full width and content is on the left side... There is no need for custom coding, you just have to recreate that content differently...

    Add one row and than add content to that row and set that row left and right margin to 5% for example... Check this screenshot: http://screencast.com/t/cXAzGCZvSFot


    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.

  • Erin replied

    Hi Elated - 

    I'm confused, I'm referring to the main menu, not specific page content.  Wouldn't changing the row settings only effect certain pages, not the overall site menu which is contained in the header?

    Thanks

    Erin

  •  1,845
    Elated replied

    Hi Erin,

    Sorry, my bad... It seems that I mixed some tickets...

    Please try with this code below, add this code to custom css in Elated Options > General:

    .eltdf-page-header .eltdf-menu-area .eltdf-vertical-align-containers .eltdf-position-left
    {
        left:50%!important;
        transform:translateX(-50%)!important;
        -ms-transform:translateX(-50%)!important;
        -webkit-transform:translateX(-50%)!important;
    }
    

    Hope this will work for you.


    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.