Hi everybody!
I put containers side-by-side, but always get misaligned somewhere...
In this print you can see, first row vertical alignment problem, and second row it is not aligned with the first row...
Any idea? ;)
Hello
There are several ways by which you can custimize and and align your content
You can use Columns Widgets
You can also cutomize your containers items by using Display Flex properties
You can take a reference from here
Also check your inputs if any css is applied to them, ex: margin, padding, also check if there is any css applied to containers that you are using in which your input are enclosed.
Hope this will help
Best Regards
Tousif Khan
That's it... using the columns blocks maintains everything aligned!
Thanks my friend
You are welcome :)
I am glad I was able to help.
Tousif khan
This is inside a Tabs content...
Hi @Diogo Barbosa,Please check the margin and padding, and width in the property section. Thanks
Hi @Diogo Barbosa
Please check if there is any inline CSS present in your screen alongside of the input fieldsThanks
Thank you for the infomation.