Second question:  What is the proper format for CSS in the inject field?  The field automatically collapses css all the time and I can't tell what's

  • moda11
    Asked on April 25, 2014 at 3:31 PM

    Second question:  What is the proper format for CSS in the inject field?  The field automatically collapses css all the time and I can't tell what's working and what's not.

    Returns are collapsed:

    .thing {

    thing: thing;

    }

    .thing2 {

    thing: thing;

    }

    always becomes a mess like

    .thing{

    thing:thing;}.thing2{

    thing:thing;}

    and this gets impossible to interpret w/ the human eye.

  • Welvin Support Team Lead
    Replied on April 25, 2014 at 3:36 PM

    Hi,

    Try formatting it like this into any editor you have, i.e Notepad before pasting it to the form settings:

    Second question:  What is the proper format for CSS in the inject field?  The field automatically collapses css all the time and I cant tell whats Image 1 Screenshot 20

     

    That should fix the formatting or the look of the codes. 

    Thanks