Viewing 1 replies (of 1 total)
  • Two options.

    1. In plugins/gc-testimonials/assets/css/gctestimonial.css, change all 3 instances of

    width: 370px;

    to your new width.

    2. Or add this to your theme’s stylesheet:

    #testimonial-form input[type="text"],
    #testimonial-form textarea,
    #testimonial-form .error {
        width: 370px;
    }

    with your new width.

Viewing 1 replies (of 1 total)

The topic ‘Submission Form Width’ is closed to new replies.