Responsive Menu ( overflow on breakpoint )

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
amir2314
 
 
Posts: 321
Joined: Wed Aug 02, 2017 12:16 pm

Responsive Menu ( overflow on breakpoint )

Post by amir2314 »

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 ?
User avatar
Pablo
 
Posts: 23600
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Responsive Menu ( overflow on breakpoint )

Post by Pablo »

Sorry, there is no overflow option.
User avatar
amir2314
 
 
Posts: 321
Joined: Wed Aug 02, 2017 12:16 pm

Re: Responsive Menu ( overflow on breakpoint )

Post by amir2314 »

Pablo wrote: Mon Dec 12, 2022 11:33 am Sorry, there is no overflow option.
Im looking for something like this : if its not possible Forget That
crispy68 wrote: Wed Aug 03, 2022 5:26 pm Try this:

Code: Select all

<style>
#Layer1_panel{overflow-y:auto;}
</style>
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.
Hi dear crispy68 thank you very much . Thats working good ❤️
Post Reply