• Resolved Chuckie

    (@ajtruckle)


    I have just setup the style of the submission form to use CF7. But now the width of the fields are too short. Using the default style causes the fields to be a better width.

    Do I need to add some custom styling?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Chuckie

    (@ajtruckle)

    Also, it would be nice if I could use the same fieldset login to group fields as per my contact form. But the critical issue is the width of the submit form in CF7.

    Thread Starter Chuckie

    (@ajtruckle)

    Fixed the widths.

    Thread Starter Chuckie

    (@ajtruckle)

    Would be nice if the Submit Review button was just the width it needs, like my contact form Submit button.

    Plugin Contributor Paul

    (@pryley)

    Hmm…

    Try using this custom CSS to fix it:

    .glsr-contact_form_7 .glsr-form {
    --glsr-gap-md: 1em;
    }
    .glsr-contact_form_7 p.glsr-field {
    margin: 0;
    }
    .glsr-contact_form_7 .glsr-button {
    width: auto;
    }
    Thread Starter Chuckie

    (@ajtruckle)

    Thank you! 🙏😊

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Width of fields’ is closed to new replies.