Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105527
    Jack D
    Participant

    WP latest Renew Stack Latest x theme http://www.protectiondogsuk.co.uk

    The submenu in my top menu aligns to the right so it’s partly hidden since update. Can it be aligned to left (complete menu boxes)

    #1105535
    Jack D
    Participant
    This reply has been marked as private.
    #1105589
    Prasant Rai
    Moderator

    Hello Jack,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
        left: 111% !important;
    }

    Thanks.

    #1105597
    Jack D
    Participant

    Like an idiot I should have said aligns to left and it should align to right. Could you adjust code. Sorry it’s been a long day!

    #1105672
    Joao
    Moderator

    No problems, we are glad you found a solution, let us know if we can help with anything else.

    Joao

    #1105678
    Jack D
    Participant

    Sorry I haven’t found a solution.When I click a submenu the menu aligns to left and I cannot see wording.

    #1105880
    Nabeel A
    Moderator

    Hi again,

    To fix the issue please add the following code in your Customizer:

    .masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
        left: calc(100% + 1.75em) !important;
        right: 0 !important;
    }

    Let us know how this goes!

    #1105901
    Jack D
    Participant

    Unfortunately this didn’t work

    #1106272
    Lely
    Moderator

    Hello Jack,

    Please try this CSS instead:

    .masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
        top: -1.75em;
        left: calc(100% + 1.75em);
    }


    Hope this helps.

    #1106673
    Jack D
    Participant

    I can see from your screenshot that’s exactly how I want it but I’ve added the code and tried different browsers and cleared the cache but I still get the submenu the opposite way to your screenshot. Could you have a look at the Customizer to see if I have made a mistake adding the code.

    #1106699
    Paul R
    Moderator

    Hi Jack,

    There is a syntax error in your code, I go ahead and fix it for you.

    Kindly check on your end.

    Thanks

    #1106710
    Jack D
    Participant

    Thanks for the excellent support what was the syntax error when you get a chance to tell me.

    Kind Regards

    #1106778
    Paul R
    Moderator

    Hi Jack,

    There was a missing curly bracket } at the end.

    #1107338
    Jack D
    Participant

    Thanks again for your help

    #1107800
    Jade
    Moderator

    You’re most welcome.

  • <script> jQuery(function($){ $("#no-reply-1105527 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>