Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853892

    Debbie L
    Participant

    Hi… I have created a mega menu on a website that I am developing.
    However the sub-sum menu is too far right (See attached image) Can you
    provide some coding that can adjust this ? I have searched the forum but nothing seems to work.
    I appreciate your assistance.
    Cheers
    Deb

    #853941

    Christian
    Moderator

    Hey Deb,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .masthead-stacked .x-navbar .desktop .sub-menu .sub-menu {
        left: 75%;
    }

    Hope that helps. 🙂

    #853985

    Debbie L
    Participant

    Hi … Thanks for your response…
    The code didnt make any change.(See attached image)
    I flushed all the page and browser caches.
    I have turned off all plugins …

    Any other suggestions ?

    #854000

    Rue Nel
    Moderator

    Hello There,

    Please update the code and make use of this instead:

    .masthead-stacked .x-navbar .desktop .sub-menu .sub-menu {
        left: auto;
        right: 30%;
    }

    Feel free to adjust the percentage as needed. Hope this helps.

    #854037

    Debbie L
    Participant

    Hi again..
    Thanks very much …. My customiser doesn’t seem to be working in the CSS part.
    But I installed a Child Theme and made changes in there and that has worked.

    I have attached another image …. Can you provide some code to increase the space inside the
    sub-sub-menu so that the title doesn’t drop down to a second line ?
    And is it possible to have that sub-sub-menu container a different colour so it doesnt get lost in so much blue ?

    Really appreciate your support and promptness of reply.
    Cheers
    Deb

    #854041

    Christian
    Moderator

    Hey Deb,

    Please check your CSS for syntax erros in your Customizer.

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

    #854043

    Debbie L
    Participant

    Ok … thanks very much for your support …much appreciated.

    #854052

    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.