Skip to content
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

Further menu styling #68

Open
samglover opened this issue Oct 28, 2024 · 0 comments
Open

Further menu styling #68

samglover opened this issue Oct 28, 2024 · 0 comments

Comments

@samglover
Copy link
Owner

It would be a good idea to include some additional styles to prevent weird formatting conflicts. For example, these are necessary in the Themedd theme.

.customize-cpt #cpt-nav .menu > .menu-item {
  margin: 0;
}

.customize-cpt #cpt-nav .menu > .menu-item-has-children > .sub-menu {
  margin: 0;
}

Although it's worth considering how much to add, here. The more styling CPT does, the more likely the theme won't override all the customizations so that the user will have to add custom CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant