• I just added the Drop down menu widget to my site but it’s cutting off half of the text and not showing a portion of the links. I have about 6 in this menu but it only shows 4 for some reason.

    I’m guessing the theme is attributing to this but I just want some other opinions. No point in doing more work when a potential solution is a few clicks away, right?

    Theme: Grey Opaque
    Widget: Drop Down Menu by: Shailan
    Site: shadowsofsilence.comze.com

    Any help would be very much appreciated.

    P.S: I’m new to WordPress and I have to say that this community has been extremely helpful with previous issues I’ve had. Can’t wait to start giving back to it like everyone else!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Firstly, search #primary, #secondary in style.css of your theme and delete all it including the content in {}, then paste the code below in the file.

    #primary, #secondary {
    float: right;
    overflow: visible;
    padding-left: 15px;
    width: 225px;
    }

    Thread Starter Daily-design

    (@daily-design)

    That solved the issue. Thanks!

    In regards to the content being ‘cut off’ from the right side of the drop-down I enabled the wrap long menu items option under settings->Drop Down Menu in case anyone else has the same issue.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop down menu widget issue’ is closed to new replies.