Archived topic
Submenu position
3 replies · Started by Konrad on April 2, 2017
Viewing posts 1–4 of 4
Dear Tom - like you ask, I created a new topic for my question.
Can I change the position of the submenu? I woudl like to have sub menu in the container.

http://images.tinypic.pl/i/00887/p2kbts04tjqk.png
I woudl like to have this effect:

Give this a shot:
.main-navigation li.menu-item-has-children {
position: static;
}
.main-navigation ul ul {
left: auto;
right: 0;
}
It works - great thanks!
You're welcome :)
This archived topic is closed to new replies.