WebSite X5Help Center

 
Sinisa B.
Sinisa B.
User

FORM ELEMENTS THAT SHOULD BE ALIGNED!  en

Автор: Sinisa B.
Просмотрено 978, Подписчики 1, Размещенный 0  

I had to talk fairy-tales today (B.S. actually) when my client asked me - why THE BUTTON and the CHECK-WORD BOXare NOT alignedto each other.

See below:



So, INCOMEDIA, why these two are not aligned in CENTER?

I have felt very unpleasant - 'cause this alignment should be done perfectly by design!

Размещено
6 Ответы - 1 Полезно - 1 Корректно
Aleksej H.
Aleksej H.
Moderator

Hello.Please provide a link to a page on the site where we can find this form.

Читать больше
Размещено От Aleksej H.
Sinisa B.
Sinisa B.
User
Автор

@ Aleksej

Thank you for looking into it!

Probably the SUBMIT button is not align in the CENTER, I think that the CAPTCHA element is centered OK...

Here is the link:

https://www.crorosadamascena.eu/kontakt.html

Читать больше
Размещено От Sinisa B.
Esahc ..
Esahc ..
Moderator

Not much in it, if background was transparent no-one would know  :-)

Читать больше
Размещено От Esahc ..
Paul M.
Paul M.
Moderator
Sinisa B.
Probably the SUBMIT button is not align in the CENTER, I think that the CAPTCHA element is centered OK...

Actually, I think it's the other way on...  There is 10px of padding to the right of the captcha, which when removed lines everything up nicely:

Unfortunately, there is no setting (that I know of) in WebSite X5 to remove this padding, so for the time being I'd have to say that I think this is an oversight on Incomedia's part.  The padding is present by default even in a test project.  I'll mark the thread for their attention.

Kind regards,

Paul

Search the WebSite X5 Help Center

Читать больше
Размещено От Paul M.
Paul M.
Paul M.
Moderator

As a workaround in the meantime, this CSS added in the 'Expert' tab of the page containing the form should sort things out.

To be added 'Before closing the BODY tag'

<style>
.x5captcha-wrap { padding-right: 0px; }
</style>

Читать больше
Размещено От Paul M.
Sinisa B.
Sinisa B.
User
Автор

@ Paul

Incomedia should pay you guys, as I said to Aleksej, in GOLD!

Thank you very much - I had added the CSS - and everything is how it is supposed to be!

Читать больше
Размещено От Sinisa B.