Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
How did you create that menu?
Thread Starter
Bob G
(@shoestringwebs)
Standard way… “Appearance / Menus” . Created the menu, then displayed it in the sidebar using the Custom Menu widget.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Have you tried deactivating plugins to explore whether any could be responsible?
Thread Starter
Bob G
(@shoestringwebs)
I currently have no plugins installed.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Are you using a browser developer tool like Firebug to diagnose the underlying CSS behind the issue?
Please add this line of code in the bottom of the style.css file
.widget .menu { float: none; }
Thread Starter
Bob G
(@shoestringwebs)
Thank you; that corrected the problem.
Also, I noticed that headings within content would not wrap around images. I corrected it with the following, which may not be exactly right but works:
h1,h2,h3,h4,h5,h6, #content .entry-header h2 {clear:none !important;}