Hi All!
Back at it again with another website. I for the life of me cannot figure out why SOMETIMES I have a horizontal scrolling bar breaking the immersion, adding space to the right of the page. I'm almost certain I've narrowed it down to the Flex Grid, but cannot figure out the cause. I'm attaching a link to the project.
https://drive.google.com/file/d/10qHL0i ... drive_link
Thanks,
Craig
Horizontal Scrolling (Sometimes..?)
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: 5726
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Horizontal Scrolling (Sometimes..?)
The link doesn't work it requires that I have to login...Please see the url reading from There is a large is empty space at the bottom or right side of my page.Responsive Web Design FAQ When this happens it generally means a object is outside of the viewport.
-
-
- Posts: 7
- Joined: Tue Dec 26, 2023 3:51 pm
Re: Horizontal Scrolling (Sometimes..?)
Hey Bacon,
Thanks for the link! I'll take a look through. I edited the permissions on the link, so if you want to take a look for me, anyone should be able to access it now. My apologies!
Thanks for the link! I'll take a look through. I edited the permissions on the link, so if you want to take a look for me, anyone should be able to access it now. My apologies!
Re: Horizontal Scrolling (Sometimes..?)
First note that a flex grid should not be inside a layout grid. A flex grid must be a child element of the page.
But, I think the problem is related to LayoutGrid3, because you have selected "fixed width".
But, I think the problem is related to LayoutGrid3, because you have selected "fixed width".
-
-
- Posts: 7
- Joined: Tue Dec 26, 2023 3:51 pm
Re: Horizontal Scrolling (Sometimes..?)
Hey Pablo,
Thanks for the reply. My FlexGrid inside of the LayoutGrid was my workaround to get the FlexGrid to follow down on the page as a sticky layer. I couldn't seem to find the option elsewhere.
As far as the FlexGrid3, I had left it on Fixed Width, but it doesn't seem to matter which option I choose, it will eventually leave space on the right. I'm still playing around with it, so I appreciate the suggestions.
Thanks,
Craig
Thanks for the reply. My FlexGrid inside of the LayoutGrid was my workaround to get the FlexGrid to follow down on the page as a sticky layer. I couldn't seem to find the option elsewhere.
As far as the FlexGrid3, I had left it on Fixed Width, but it doesn't seem to matter which option I choose, it will eventually leave space on the right. I'm still playing around with it, so I appreciate the suggestions.
Thanks,
Craig
Re: Horizontal Scrolling (Sometimes..?)
In the demo projetc you have shared, my suggestion seem to work correct.
Maybe you did not change the correct option?
Maybe you did not change the correct option?
-
-
- Posts: 7
- Joined: Tue Dec 26, 2023 3:51 pm
Re: Horizontal Scrolling (Sometimes..?)
I believe under style, you're referring to the background image size, correct?
I was playing around with that and still couldn't seem to fix it. It doesn't happen every time, but on certain refreshes it leaves a lot of space on the right side.
I've narrowed it down to the Heading1 with animations. (Reliable. Affordable. Trustworthy.) It seems once the animation is completed, the horizontal scroll disappears, however, sometimes it doesn't seem to. If I hide the layer, I never have an issue with it. I'm assuming because it's flying in, it renders outside of the scroll view, and once complete, it shrinks that view. Maybe if I speed up the timing, or remove that effect all together.
I was playing around with that and still couldn't seem to fix it. It doesn't happen every time, but on certain refreshes it leaves a lot of space on the right side.
I've narrowed it down to the Heading1 with animations. (Reliable. Affordable. Trustworthy.) It seems once the animation is completed, the horizontal scroll disappears, however, sometimes it doesn't seem to. If I hide the layer, I never have an issue with it. I'm assuming because it's flying in, it renders outside of the scroll view, and once complete, it shrinks that view. Maybe if I speed up the timing, or remove that effect all together.
Re: Horizontal Scrolling (Sometimes..?)
No, I am referring to the 'Layout' property of the layout grid. It is set to 'fixed width', it should be 'fluid'.I believe under style, you're referring to the background image size, correct?
-
-
- Posts: 7
- Joined: Tue Dec 26, 2023 3:51 pm
Re: Horizontal Scrolling (Sometimes..?)
I got you. I was playing around with different elements. It didn't seem to matter what I put in there, but I have narrowed it down I believe.