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.
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
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 :-)