Viewing 7 replies - 1 through 7 (of 7 total)
  • 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?

    Theme Author D5 Creation

    (@d5creation)

    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;}

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Menu Displays Incorrectly’ is closed to new replies.