Where is the setting to widen the area the email heading text is in?

  • t3rra
    Asked on May 17, 2017 at 5:57 AM

    Hi - I played around with the settings for the email field, and the "Join the Journey..." text area became very narrow. I thought it was because I made the form responsive, though I unchecked that setting and it still looked like this.

    Is there a way to center the "Join the Journey..." text heading, as well as have it spread out the entire width of the form? Thank you for any suggestions.

     

  • candy
    Replied on May 17, 2017 at 7:05 AM

    Hello,

    We're sorry for the inconvenience you have. 

    I have cloned your form named "MakeVerticalTheMovie.com Signup" on my side in order to test it. You can make the email header wider by injecting the following CSS codes below:

    .form-label{

      width: 350px !important;

    }

    So, your form will look like the screenshot below:

    Where is the setting to widen the area the email heading text is in? Image 1 Screenshot 20

    I hope this helps. If you need further assistance, please contact us.

    Thank you!

  • t3rra
    Replied on May 17, 2017 at 8:32 AM

    Perfect, thank you!