Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294238

    I seem to have a problem where one of our dropdwn menus is long and goes beyiond the bottom of the browser on laptop or small 16:9 format screens , and cannot scroll past or see the choices at the bottom of the list is there something i can do about this ?
    Our site is to go live this wed so any quick assistance would be appreciated
    Mark

    #294333

    Hi Mark!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .av-main-nav > li > ul {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    }}

    It will add a scroll bar on screens smaller than 1024px

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.