Custom menu is misaligned
-
Hi! I use the Theme “Kelly” without Custom CSS.
As soon as I switch to a custom menu in my Dashboard, the menu changes to be left-aligned instead of centered. When I switch back to no menu (one that shows all entries) the menu is properly centered again.
Any idea if there’s a way to fix it, or is this a bug anyone else is able to reproduce?
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Thanks for reporting this! I reproduced the bug with a custom menu in the Kelly theme, and I’ve reported the issue to our theme developers so they can look into it. :)
-
-
-
Awesome, works already! When will the updated version be released for a self-hosted WP installation? The Theme page on theme.wordpress.com still lists v1.0 for downloading.
Or is there something I can input in the custom CSS for now, until there is a public update?
Thanks! -
Hi Jonathan – updated versions of the theme for self-hosted sites are usually provided once there are enough changes in it to warrant a new release, so it’s hard to give you an ETA. :-) Could you provide a link to your self-hosted site so I can take a look? The theme fix Thomas implemented wasn’t a CSS-only one, but maybe we can help with a workaround. Thanks.
-
-
To center your main menu, try adding this to your custom CSS:
.menu-main-container { margin: 0 auto; display: inline-block; } -
-
- The topic ‘Custom menu is misaligned’ is closed to new replies.