Hello everyone,
I recently switched from version 16 to version 18. In addition, I noticed a strange behavior of the layout-gri in combination with a card container that I didn't have before in v16;
For example:
If I add a layout grid to my work space with two columns and then add a card container to the left column of the layout grid, it works as it should. But when I add a margin to the card container with menu Arrange>Margin (left:5 and right:5), the card container size changes while scrolling the work space.
How can I solve this?
Thank you in advance!
Strange behavior of layout grid with 18
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Strange behavior of layout grid with 18
Can you give a link so we could see what happens? Without seeing it is hard to tell.
Re: Strange behavior of layout grid with 18
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
Re: Strange behavior of layout grid with 18
Hello,
Thanks for your help.
I made a new file from scratch where I made the problem visible. Unfortunately I don't have a webspace or something like that yet, but share the file on Google drive.
The link to the file on Google drive:
https://docs.google.com/document/d/19so ... ue&sd=true
After you have opened the .wbs file, you see a layout grid with 2 columns and in the left column a grey card container. If you scrol the project in the workspace you see what I mean...
Thanks for your help.
I made a new file from scratch where I made the problem visible. Unfortunately I don't have a webspace or something like that yet, but share the file on Google drive.
The link to the file on Google drive:
https://docs.google.com/document/d/19so ... ue&sd=true
After you have opened the .wbs file, you see a layout grid with 2 columns and in the left column a grey card container. If you scrol the project in the workspace you see what I mean...
Re: Strange behavior of layout grid with 18
A card container should not be placed inside a layout grid. These are two different types of layout containers.
The card container should be a direct child element of the page.
The 'strange' behavior is caused by the fact that the card container full width property is set the 'false'. If you set it to this to 'true' then it will size correctly.
But even then it may not work because it was not designed to be used this way.
The card container should be a direct child element of the page.
The 'strange' behavior is caused by the fact that the card container full width property is set the 'false'. If you set it to this to 'true' then it will size correctly.
But even then it may not work because it was not designed to be used this way.