Hello,
the page I’m working on is:
http://bodytalkcare.com/book-your-session-2/
My goal is to have all the check boxes on the right aligned going vertical, and to have the text aligned vertical and not set to how the default is making the text centered.
Could you please share the code I can enter in Quick CSS to accomplish this?
Thank you!
Hi Nathan!
Please add following code to Quick CSS
#top .av-centered-form input[type="checkbox"] {
float: right;
}
#top .av-centered-form .input_checkbox_label {
display: block;
text-align: left;
}
Cheers!
Yigit
resolved
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon