Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #876160

    Hey there can you please help me – i tried all codes from the board here.
    I want to make my main menu scrollable.
    What i tried are these variations:

    
    #header .avia_mega_div {
        overflow: auto;
        max-height: 60vh;
    }

    On another sites its working like a charm but here not.
    May you please help me.
    Thank you very much – please Private Content for Website.

    #877200

    Hey Tobiy,

    Can you please define for us, what you mean with scroll able please, so we can understand correctly?
    We would much appreciate that.

    Thank you very much

    Best regards,
    Basilis

    #877426

    Found out – how to make big menus scrollable But attention: this only works for me if i add code not into the Quick CSS Section of the theme, but in Design -> Customizer

    .avia_mega_div{
    max-height:400px !important;
    overflow-y:scroll !important;
    }

    and if you ever asked why there are two points above a google adsense as, add:

    #top #wrap_all ins:before{
    content: none !important;
    }

    Thats what i found out and it works. Hope it helps other Enfolders :-)

    • This reply was modified 7 years ago by Tobiy.
    #878053

    Hi,

    Great, glad you found a solution and thanks a lot for sharing!

    Best regards,
    Rikard

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