Don´t want horizontal scrolling

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
manuelm
 
 
Posts: 85
Joined: Mon Apr 25, 2016 12:32 pm

Don´t want horizontal scrolling

Post by manuelm »

I want to know why on some websites designed with wysiwygwebbuilder when viewed on a cell phone if I slide my finger horizontally it "scrolls" from one side to the other, and in other cases this does not happen.

You can see a website that does not scroll laterally at https://wfh.com.ar and another that DOES scroll horizontally at https://ardata.com.ar
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Don´t want horizontal scrolling

Post by Pablo »

The reason why the page scrolls is because you have object which are wider then the viewport.
For example, there are layers with a fixed width.

To solve this make sure all elements on the page are flexible.
manuelm
 
 
Posts: 85
Joined: Mon Apr 25, 2016 12:32 pm

Re: Don´t want horizontal scrolling

Post by manuelm »

These are my settings in the layout grids:

Horizontal: center
Vertical: top
Order:
Fixed with (px):

Miscelaneous
Grid system: flexbox
Layout: fluid
Gutter width: 15
Breakpoint: 480
Column height: auto
Position: floating

Overflow: default

What should I do to: "To solve this make sure all elements on the page are flexible."

I use almost all elements layout grids.
alan_sh
 
 
Posts: 1820
Joined: Tue Jan 01, 2019 5:50 pm

Re: Don´t want horizontal scrolling

Post by alan_sh »

Why fixed width?

Alan
manuelm
 
 
Posts: 85
Joined: Mon Apr 25, 2016 12:32 pm

Re: Don´t want horizontal scrolling

Post by manuelm »

Fixed width is empty
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Don´t want horizontal scrolling

Post by Pablo »

In your layout, I see many layers with fixed width.
You should replace them with layout grids.
User avatar
BaconFries
 
 
Posts: 5867
Joined: Thu Aug 16, 2007 7:32 pm

Re: Don´t want horizontal scrolling

Post by BaconFries »

Apart from the issues with layers being "Fixed" you have added invalid html. The source code shows you have 2 x <head></head> 2x <body></body> 2x DOCTYPE 2 <html></html> etc this is because of the invalid html you have inserted in the following highlighted in red. Please remove All code you have inserted. If you must use manually added code then you need to understand how to use correctly or it may or will break the structure of the page!!
At position 660
<!-- <!DOCTYPE html> -->
<div id="Html1">
You also have reference to 2 x forms a page should only have one.
manuelm
 
 
Posts: 85
Joined: Mon Apr 25, 2016 12:32 pm

Re: Don´t want horizontal scrolling

Post by manuelm »

I appreciate the help you are giving me.

I am making a new website and I have followed your advice, but despite having removed the HTML from the page, even when loading it on my cell phone I still find a white vertical bar on the right. This is happening on a new site that is at https://wfh.com.ar/maculopatia

Please advise.
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Don´t want horizontal scrolling

Post by Pablo »

I do not see a scrollbar on this website.
What do I need to do to see it?
User avatar
crispy68
 
 
Posts: 2995
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Don´t want horizontal scrolling

Post by crispy68 »

To me, it looks like your slideshow2 has a fixed size and when you get down under 501px it is causing the horizontal bars because the slideshow doesn't get any smaller than this.

Since the slideshow is in a flex container, right click on the slideshow, choose flexbox, set the flex basis to 501 (or whatever the fixed width is you want) and set the Flex-Shrink to 1.
manuelm
 
 
Posts: 85
Joined: Mon Apr 25, 2016 12:32 pm

Re: Don´t want horizontal scrolling

Post by manuelm »

Solved! Thank you!
Post Reply