Archived topic
After Update, Menue looks strange
5 replies · Started by Andreas on February 15, 2016
(sorry its a german site, but i'll explain)
On this site (Uiniversity)
http://52.29.61.142/?page_id=2
The "Forschungsbereiche" Menues First Sub menu entry "HEIGOS Prof. Dr. Pohlmann" now has a little angle bracket breaking to another line. Furthermore there seems to be a little space between the first and the second Menue entry (Hovermakes it visible)
Is that intented or a bug ? Can i change this via Layout Editor ?
I dont like to change the Styles.css because this leads to a lot of work on updates.. =)
Ah, this is happening because your sub-menu text is very long, so there's not enough room for the arrow.
You can fix this by increasing your sub-menu width:
.main-navigation ul ul {
width: 240px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Alternatively, you can use shorter titles in your sub-menu so they aren't as long.
Let me know if you need more info :)
Thx for the hint,
is there no administrative way to change the width of the submenu, or disable the angle bracket, rather than editing the styles.css ?
Because, when the new version of Generatepress is out, the styles have to be adjusted for all "custom" entries that i have made in the past.
thx in advance
If you use the instructions on this page you won't lose your CSS when you update: https://generatepress.com/knowledgebase/adding-css/
Let me know :)
ok, seems to work =)
Thx a lot !
You're welcome :)
