Page 1 of 1

Form Captcha end cuts off a bit when previewed and published

Posted: Sun Nov 22, 2020 1:42 pm
by wwonderfull
Form Captcha end cuts off a bit when previewed and published
here is a demonstration of it inside a layout gird
Image

Re: Form Captcha end cuts off a bit when previewed and published

Posted: Sun Nov 22, 2020 4:11 pm
by Pablo
To be able to help you, I need more information.
What is the URL of the page?
What are your exact settings?

Re: Form Captcha end cuts off a bit when previewed and published

Posted: Sun Nov 22, 2020 5:05 pm
by wwonderfull
Here is the demo file:
https://up.labstack.com/IsUMuUqZ

Re: Form Captcha end cuts off a bit when previewed and published

Posted: Sun Nov 22, 2020 6:06 pm
by bkjohns
Try adding a margin to the right side. Works for me. I had to add 6 or more.

Re: Form Captcha end cuts off a bit when previewed and published

Posted: Sun Nov 22, 2020 6:13 pm
by Pablo
The reason for this is because the image has a fixed width and the input box is 100%. So, the sum is always wider than 100%

For flexible layouts it's better to use a negative offset (for example -5), then the input box will be on its own row and can be full width.