• Resolved davidpreiser

    (@davidpreiser)


    I need to have the WP custom menu widget appear vertically in the sidebar. Theme is Thesis 1.8.2, and last updated killed the Drop-Down Menu plugin I was using, which is now no longer supported. No other plugins seem to work with this theme version, so I’m down to the WP custom menu widget. I want this menu in the Left sidebar, but at the moment it appears horizontally. I need to be vertical, within the sidebar area.

    CSS and other code offered in other threads and on Thesis forum on this topic do not work for me. It might be the theme, but I can’t tell.

    Thanks in advance to anyone interested in helping.

    site: pnventerprises.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    this css should fix your “What we do” menu:

    #menu-what-we-do li {
    float: none;
    width: 195px;
    max-width: 100%;
    }
    Thread Starter davidpreiser

    (@davidpreiser)

    Ah, brilliant! Thank you very much. I’ve never got the hang of floats.

    Thread Starter davidpreiser

    (@davidpreiser)

    Oops, now there’s a big white line sticking out from it, crossing through the middle of the page. I didn’t see it on the first couple of pages I checked due to content placement.

    Thread Starter davidpreiser

    (@davidpreiser)

    White line at bottom border of menu extends out to the right through body of page. It’s visible only on some pages where the text is at the same level as the bottom of the menu. Changing border in the css doesn’t help. Have also tried Custom Menu Widget Wizard plugin.

    Example page: https://pnventerprises.com/clients/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make Custom WP Menu Widget Appear Vertical In Sidebar’ is closed to new replies.