-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nav menu items styling not as expected #26
Comments
It would appear that I didn't need to raise the issue. I just needed to find the right CSS, which for Fizzie is
|
With Gutenberg 10.3.1 the menu spacing and colours have changed again 10.0.2, 10.1.0, 10.1.1, 10.2.0, 10.2.1 To fix the spacing I have to remove the right margin that had been added to the inline CSS.
To change the link colors I have to override the
|
With Gutenberg 12.3.0 and/or WordPress 5.9-RC1 the problems are:
The current menu item highlighting worked fine with Gutenberg 11.8.0, which needs WordPress 5.8 |
Tabulating the above
|
I made some changes to One solution is to use the official WordPress solution, which is to change the links so that the |
I've fixed the display so that the top menu looks good with:
This capture shows the menu when
|
Closing this for now. It can be reopened when the time comes that I want to change the styling of the menu in the footer. |
When I started styling the nav menu I copied the CSS from genesis-a2z. The
screenshot.png
I took on 28th October showed the white space.When I updated to Gutenberg 9.2.2 I noticed the space between menu items disappeared.
This is because there is no longer a blank space between list items.
This can easily be demonstrated using the the code inspector.
In this screen capture, from the genesis-a2z theme, I removed the blank space between a couple of items.
Requirement
Some spacing between the menu items.
Proposed solution
In order to regain the blank space I'll either need to change the CSS, or adjust the markup.
It makes more sense to use CSS.
The text was updated successfully, but these errors were encountered: