Form Captcha end cuts off a bit when previewed and published

Issues related to previewing and publishing your web site.
Post Reply
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Form Captcha end cuts off a bit when previewed and published

Post by wwonderfull »

Form Captcha end cuts off a bit when previewed and published
here is a demonstration of it inside a layout gird
Image
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post by Pablo »

To be able to help you, I need more information.
What is the URL of the page?
What are your exact settings?
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

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

Post by wwonderfull »

Here is the demo file:
https://up.labstack.com/IsUMuUqZ
bkjohns
 
 
Posts: 290
Joined: Wed Nov 14, 2018 5:54 pm

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

Post by bkjohns »

Try adding a margin to the right side. Works for me. I had to add 6 or more.
User avatar
Pablo
 
Posts: 21569
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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.
Post Reply