Cards lose align when adding second Text
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
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Cards lose align when adding second Text
Hello, any idea why my card lose the align when adding second text?
HERE SHOW CORRECT
THEN APPEAR THE ERROR
HERE SHOW CORRECT
THEN APPEAR THE ERROR
Re: Cards lose align when adding second Text
I cannot see what you have done based on the screenshot.
Do you have a demo project?
Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Do you have a demo project?
Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
Hello Pablo, the RED TEXT in first card, is a second text i added to this card, if i add a second text card go up
Re: Cards lose align when adding second Text
Sorry, but I need a project file to be able to help you.
Please read:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
Please read:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
o Sorry here you arehttps://workupload.com/file/wHNXrxhEhsC
on project look fine, but in preview not
on project look fine, but in preview not
Re: Cards lose align when adding second Text
I do not see the problem in the project.
The alignment looks correct when I preview the page.
What exactly do I need to do to see the problem?
The alignment looks correct when I preview the page.
What exactly do I need to do to see the problem?
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
wow, when i put the preview in firefox, chrome or any explorer, card 1 is higher
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
I put the page and test in another computer and same error
You don't see the First white card in higher position when preview?
check the arrow
You don't see the First white card in higher position when preview?
check the arrow
Re: Cards lose align when adding second Text
Ok, I thought you were referring to the alignment of the text.
I think it's related to the negative margin of the card. I believe they call this 'collapsing margin'
In this case the height of all cards should be the same.
I think it's related to the negative margin of the card. I believe they call this 'collapsing margin'
In this case the height of all cards should be the same.
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
all cards are 370, 200 so i dont know
Re: Cards lose align when adding second Text
It's not about the height, but the content of the card.
Using a negative margin will have this side effect (unrelated to WWB)
Using a negative margin will have this side effect (unrelated to WWB)
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
i think there is something wrong, i put the basic cards to test and when you delete any element on the card, the layout fail to load properly , while card has same item inside all work fine
Re: Cards lose align when adding second Text
Are you using a card container, layout grid or flexbox for the cards?
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
card container
thanks
thanks
Re: Cards lose align when adding second Text
In the example you have shared, you are not using a card container. The cards are in a layout grid.
This means that the cards are floating, because you did not define columns.
If you really want to use a layout hgrid then you can align the top with th4 efoliwng code:
But I think using a flex container or card container would be better choice.
Also, (although unrelated to this problem) there is an error in your breakpoints. The default view should be the widest view.
This means that the cards are floating, because you did not define columns.
If you really want to use a layout hgrid then you can align the top with th4 efoliwng code:
Code: Select all
<style>
#wb_Card1, #wb_Card2, #wb_Card3
{
vertical-align: top;
}
</style>
Also, (although unrelated to this problem) there is an error in your breakpoints. The default view should be the widest view.
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Cards lose align when adding second Text
Thanks for the help i will try recomendations,
Pablo as you mention (The default view should be the widest view.) how put the widest default?
thanks
Pablo as you mention (The default view should be the widest view.) how put the widest default?
thanks
Re: Cards lose align when adding second Text
You cannot make a breakpoint default. You will have to update the default view manually.
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm