Page 1 of 1

The problem with alignment in the Card

Posted: Sun Dec 08, 2024 5:07 pm
by VictorKrs
Hello!
Dear users, please tell me how to achieve alignment of elements in the Card. In the standard WWB Card, they are aligned. I replaced the button with an image and I can't achieve alignment. Please tell me what the error is and the recipe for solving the problem.
Link to the project: https://drive.google.com/file/d/1D37Q7 ... sp=sharing

Thank you in advance for your help!

Re: The problem with alignment in the Card

Posted: Sun Dec 08, 2024 5:45 pm
by Pablo
The image and button are inline items, so they are not aligned they 'float' on the same row.
If you want the button to align to the left then you will have to insert a (full width) break between the items. For example, a divider.

This is documented here:
https://www.wysiwygwebbuilder.com/cards.html

Re: The problem with alignment in the Card

Posted: Sun Dec 08, 2024 5:54 pm
by VictorKrs
Thanks for the answer and clarifications!