Hi,
I've just newly installed v1.6.1, and it seems that my menu bar is not displaying correctly 'out of the box'. I'm attaching page display on both desktop and mobile, and the link to my page is https://encounter.uk.com/community/ . Could someone please have a quick look and see what the problem might be?
Many thanks,
Neil
Hi @neilrichards,
Thank you for using wpForo and for contacting us.
The wpForo menu is a regular WordPress menu. In Dashboard > Appearance > Menu admin page, wpForo creates new navigation menu called “wpForo Navigation (wpForo Menu)” and attaches this menu to wpForo Menu location. So please make sure all you've configured all menu items correctly.
More info here:
Hi,
Thanks for the info - it was a theme issue in the end 🙂
Hi @neilrichards,
I still see a little CSS conflict (see screenshot), please add the following CSS code in "Custom CSS code" textarea located in Dashboard > Forums > Settings > Style tab.
#wpforo #wpforo-wrap #wpforo-menu ul#wpf-menu {
margin-left: 0 !important;
}