Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #973405

    Hi there
    currently when mouse over the sub-menus the sub-sub-menus are unfolding to the left of the parent sub-menu
    How can all sub-sub-menus unfold to the right of the parent sub-menu
    so that the mouse movement flows from left to right?

    Thank you

    #973534

    Hey superbsys,

    Please provide a link to the site/page in question so we can inspect this further.

    Best regards,
    Jordan Shannon

    #973554
    This reply has been marked as private.
    #973638

    Hi,

    Add this to quick css:

    .sub-menu { left: auto !important; right: 0px !important; }
    .sub-menu .sub-menu { left: 206px !important; }

    Best regards,
    Jordan Shannon

    #973649

    I have added the code
    still same unfolds to the left

    #973666

    Hi,

    Please try and clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #973674

    Hi,
    I see that the sub-menu is opening to the left, and when I test the css above it changes to opening to the right.
    So, if you added the css to your child theme style.css, please try enter a blank space in the Quick CSS to enable the “Save all changes” button, then save. This will re-build the merged css files.
    Otherwise try adding it to the WordPress > Customize > Additional CSS field.
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #973796

    Hey Mike,
    Thank you
    the WordPress > Customize > Additional CSS field
    worked
    and I only added:
    .sub-menu .sub-menu { left: 206px !important; }

    so that the first sub-menu is justified to the left

    Thank you so much for your help
    Cheers!

    #973821

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #973825

    You can close it

    Thank you for your help

    #973830

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Unfold Sub-Sub-menus in the main navigation to the right’ is closed to new replies.