Just curious about this. Are there any features or tools we could use in wb14 that could help build horizontal scrolling sites that use the mouse wheel to scroll? I think its a neat feature. Some examples of what I am talking about are below
https://www.grandimage.com/
https://www.cabletv.com/the-walking-dead
Horizontal scrolling layout
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
- BaconFries
-
- Posts: 5942
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Horizontal scrolling layout
Have you looked at using the Carousel setting it to use fullpage? This will allow what you are asking
See the following:
http://wysiwygwebbuilder.com/carousel_fullpage.html
See the following:
http://wysiwygwebbuilder.com/carousel_fullpage.html
Re: Horizontal scrolling layout
Thanks BaconFries. I kinda thought that would a great option, so thank you for confirming it. Thanks for the advice!
Re: Horizontal scrolling layout
Now that i am playing with the full page carousel, i cant figure out how to get it to scroll horizontally with the mouse wheel instead of vertically. do i have to put some special coding in the options?
Re: Horizontal scrolling layout
I'm sorry, there is no standard horizontal scroll option available at this time.
Re: Horizontal scrolling layout
ok, thanks Pablo
-
-
- Posts: 6
- Joined: Wed Jul 08, 2020 11:21 am
Re: Horizontal scrolling layout
You can make a horizontal scroll, not with the grid layout, but yes with the Flex Container, only the configuration that you must do, put where it says Flex Direction in Row and the Flew Wrap in No warp, then you select the Flex Container right click and look for the option that says object HTML, look for the Custom Style tab and put this overflow-x:scroll; and ready you have a horizontal scroll.corygem wrote: Sun Jan 20, 2019 10:16 am Just curious about this. Are there any features or tools we could use in wb14 that could help build horizontal scrolling sites that use the mouse wheel to scroll? I think its a neat feature. Some examples of what I am talking about are below
https://www.grandimage.com/
https://www.cabletv.com/the-walking-dead
I hope it helps.