Subheading a little too wide for our website

  • sisters7
    Asked on June 16, 2016 at 7:03 AM

    How can I narrow the subheading of section 3 and section 4? The space we have on our web is about 12 letters narrower. Thanks.

  • Jan
    Replied on June 16, 2016 at 10:15 AM

    You can narrow the subheading by inserting this custom CSS:

    .form-subHeader {
    width: 90% !important;
    margin: 0 auto !important;
    }

    Here's a guide on how to inject custom CSS to the form. Please take note that you can adjust the width depending on your preferences.

    If you have any questions, let us know. Thank you

  • sisters7
    Replied on June 16, 2016 at 10:23 AM

    Thank you. It worked!

  • Jan
    Replied on June 16, 2016 at 11:50 AM

    You are welcome. Glad I can help. If you have any questions, let us know. Thank you.