Hi dear pablo .
.
I have a question About Responsive Menu On Wwb .
.
My menu Has A lots Of Item And in samll Size Of Device Its Only vissible Short Items Of menu . Is It possible To Set Overflow To Scrollable With Smallsize Devices With Html Custome Code ?
Responsive Menu ( overflow on breakpoint )
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Responsive Menu ( overflow on breakpoint )
Sorry, there is no overflow option.
Re: Responsive Menu ( overflow on breakpoint )
Im looking for something like this : if its not possible Forget That
Hi dear crispy68 thank you very much . Thats working goodcrispy68 wrote: Wed Aug 03, 2022 5:26 pm Try this:
Add the above to an html object set to between the <head> tags. Change the words "Layer1" to match the ID of your panel layer.Code: Select all
<style> #Layer1_panel{overflow-y:auto;} </style>