Is it possible to align form checkboxes?

leora
80 Posts
leora posted this 28 February 2018

Hi,

We have a Caldara form containing checkboxes in our Themler site, but the checkboxes align to the top of the line, rather than centrally. Is this customisable in Themler, or because they come from a third party plugin will require some custom CSS?

See checkboxes midway down: from https://webmistressofbath.com/change-details/

Hi, We have a Caldara form containing checkboxes in our Themler site, but the checkboxes align to the top of the line, rather than centrally. Is this customisable in Themler, or because they come from a third party plugin will require some custom CSS? See checkboxes midway down: from https://webmistressofbath.com/change-details/
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 28 February 2018

Hi,

Yes, that is the form code that is causing the issue. You can solve it adding this code under the Home >> Settings >> Additional CSS:

.caldera-grid input[type=checkbox] {
    position: relative!important;
    float: none!important;
}

Sincerely,
Hella

Hi, Yes, that is the form code that is causing the issue. You can solve it adding this code under the Home >> Settings >> Additional CSS: .caldera-grid input[type=checkbox] { position: relative!important; float: none!important; } Sincerely, Hella
leora
80 Posts
leora posted this 01 March 2018

Wonderful!
Thanks so much Hella. Thats a great help.

Wonderful! Thanks so much Hella. Thats a great help.
Support Team
Support Team posted this 01 March 2018

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
You must log in or register to leave comments