Home Forums WoodMart support forum Contact form 7 – CSS

Contact form 7 – CSS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #499666

    maxokc
    Participant

    Hello,

    I have a problem with one line on contact form 7, I am trying to put a checkbox (acceptance field) in the same line with the text to accept the terms and conditions (Uvjeti korištenja)
    Custom CSS is not working, does the theme have something that is clashing with the Contact form 7?
    Link to contact form: https://gummigross.hr/kontakt/

    Regards

    Attachments:
    You must be logged in to view attached files.
    #499700

    Luke Nielsen
    Keymaster

    Hello,

    Do you mean in the same line with this https://prnt.sc/7-vQ59-2AU-e text?

    I await your response.

    Kind Regards

    #499727

    maxokc
    Participant

    Hello,

    Please see the screenshot.
    Those two elements in the contact form need to be in the same line. (checkbox and the text in the same line)

    Attachments:
    You must be logged in to view attached files.
    #499817

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to align those fields, define the code in Theme Settings -> Custom CSS.

    .wpcf7 .acceptance-checkbox p {
        display: flex;
    }

    Kind Regards

    #500134

    maxokc
    Participant

    Hello,

    Thank you. It works,

    Regards,

    #500136

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

    Feel free to contact us if you need any more information or have any questions.

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Contact form 7 – CSS’ is closed to new replies.