Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #544962

    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!

    #545432

    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

    #841210

    resolved

    #841503

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Aligning checkboxes in Contact Form’ is closed to new replies.