Copied CSS is not working on my other site

  • sarahieca
    Asked on March 1, 2017 at 2:07 PM

    Well, I don't understand why this form worked: http://www.iecaonline.com/membership_specialty-international.html

    It has the same width as the one you were trying to help me with. I copied the same CSS to this LD form but it still gets cut off.

    Site: https://www.iecaonline.com/membership_specialty-ld.html

     

  • John_Benson
    Replied on March 1, 2017 at 3:18 PM

    I was able to replicate the issue. Please try adding this custom CSS code inside the form:

    .form-line { 

        padding-left: 5px !important;

    Here's a guide: How-to-Inject-Custom-CSS-Codes

     

    After that, insert this custom CSS code inside configurable list widget:

    textarea { 

        width: 130px !important;

    You can insert the CSS inside the widget by clicking the Widget Settings button. After that, go to the Custom CSS tab and paste the CSS. You also need to adjust the width of the widget. Click the Properties icon and change the width to 400.

    Copied CSS is not working on my other site Image 1 Screenshot 20

    If you have any questions, please contact us again. Thank you.