Site logo

Archived topic

Align submenu by menu item.

6 replies · Started by Olesya on August 4, 2017

Viewing posts 1–7 of 7

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?

Thanks!

Hi there,

Give this CSS a shot:

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

Let me know.

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

Many thanks!
Everything worked out!

No problem!

This archived topic is closed to new replies.