[Resolved] Align submenu by menu item.

Home Forums Support [Resolved] Align submenu by menu item.

Home Forums Support Align submenu by menu item.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #359788
    Olesya

    In the theme, the submenu is aligned on the left side of the menu item.

    I need to align it on the right side of the menu item.

    Desired result

    I tried to do it using css, but so far it has failed.
    What are the ways to change the align? Css or javascript?

    #359790
    Olesya

    Thanks!

    #359813
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .main-navigation .main-nav ul ul li a {
        text-align: right;
    }

    Let me know.

    #359818
    Olesya

    Did not work. The text shifted, and the block remained in place.

    #359820
    Leo
    Staff
    Customer Support
    #359825
    Olesya

    Many thanks!
    Everything worked out!

    #359827
    Leo
    Staff
    Customer Support

    No problem!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.