• Resolved MichLevy

    (@michlevy)


    The problem seems to be dependent on the length of the page. On this home page, the entire drop down is visible if I scroll past the header to bring the drop down to the top of the screen. However, on shorter pages/pages with less content, there isn’t enough room to scroll down, and the scroll down never becomes fully visible.

    I don’t know how I would lengthen a page sufficiently to address this, but am very much hoping there’s a way to address this as a *general* issue for the whole website rather than page-by-page. Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @michlevy

    For that you need to increase the page height by adding the margin from top and bottom or decrease the sub menu . Adding scroll will create problem in menu.

    You can try this code:

    #content {
    	margin: 110px 0;
    }

    Thanks ??

    Thread Starter MichLevy

    (@michlevy)

    Okay, I’ll try that, thank you!
    m

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