Subitem of main menu alignment wrong
-
Hi,
The site this is about uses a child theme of TwentySixteen.
Its main menu has 5 items, of witch item 1 and 3 have subitem(s). The third item has two sub items, placed correctly, that is, the right side is aligned with the right side of it’s mia menu parent.
But the sub item of the first main item is positioned too far to the left. It should also be right aligned with the menu item it is a sub item from.I red a posting of two years ago on the WordPress forums, in which it was advised to use customized css code
Admin Panel > Appearance > Customize > Additional CSS fields
and add
.navbar-right .dropdown-menu { left: 0; right: auto; }
I used that, experimented a little with the left: and right: variables, reloaded the site every time, but nothing changes.
Using the Element inspector of my browser I could set Text Align to Right, but than all text is right aligned, which is not preferable.
Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘Subitem of main menu alignment wrong’ is closed to new replies.