Archived topic
Menu Height
3 replies · Started by Angelo on October 21, 2018
I started a child theme as I needed to re-organize the layout.
Works nice except I can't correct the height of the Main menu.
I can adjust
layout - primary navigation - menu item eight, to 30 px and it is saved.
However, on going to a new page, it defaults to 60px.
I tried to add the following additional css code, but no effect.
.main-navigation ul ul {
height: 30px;
}
Hi there,
Can you make sure this is not an issue?
https://docs.generatepress.com/article/child-theme-issues/#import
You can also download a child theme from here:
https://docs.generatepress.com/article/using-child-theme/
Let me know :)
that was it!
Not exactly the same code as in the line, but close enough. Commented it out and then saved. Now works great.
No problem :)