Tagged: menu, primary menu
- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by knudkp.
-
AuthorPosts
-
May 1, 2016 at 4:33 pm #90792knudkpParticipant
Running lates WP with version 3,5 of Base Pro on fleksjobbernetvaerket.dk
Primary menu issue:
When the menu is open, and I point to submenus, the expand to the right. Thats ok – but as you can see on https://snag.gy/6ScO2d.jpg – since its the last menu, the submenu’s cant be displayed properly … as the text is out of the screen area …
Me is confused
thanks
KnudMay 2, 2016 at 9:31 am #90835PratikParticipantHi @knudkp,
There are a few workarounds that you can use for this issue.1. Do not make this type of menu last item. It will be easy just to push this menu item as second to last or third to last item.
2. You can push the sub menu to the left rather than right. For this, use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS box:
.catchbase-nav-menu #menu-item-2072 .sub-menu .sub-menu { margin: -43px 0 0 -249px; }
Let me know how it goes.
Regards,
PratikMay 2, 2016 at 11:25 pm #90884knudkpParticipantHi Pratik
The CSS works perfect!
Any idears about how you think it looks?In regards to #1 … Do you mean “do not make submenus in the menu, if the menu is the last one on the right side of the screen” ?
thanks
Knud -
AuthorPosts
- The topic ‘Primary menu issue: Menu text outta screen area’ is closed to new replies.