Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Is it just regarding a certain browser size?
Well, today I added a new page to the menu. Now the last menu item is displayed on a line below. While it seems like he would fits on the same line. If I make the browser bigger he stays on the line below. I tried to change the custom css and this helped:
.main-navigation ul {
width: 870px;
}
But now when I make the browser smaller the menu items cross over the logo. Without changing the css the menu items became smaller and closer to eachother.
Hope I’m clear now!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try installing this Custom CSS plugin:
https://ww.wp.xz.cn/plugins/custom-css-manager-plugin/
Then add this CSS:
.main-navigation li {
margin-left: 4rem;
}
I have already an option with the theme to create custom css. I added it and it worked!! Thank you so much!