Make the header line goes underneath the image

  • stormingrobots
    Asked on June 15, 2017 at 6:56 PM

    I have tried to insert :before or :after to the #header_7, but it does not go to the next line. 

     

    #header_7:before {

        content : '\00000A'!important;

    }

    Make the header line goes underneath the image Image 1 Screenshot 20

     

    https://form.jotform.us/71656341911152

     

     

    Please advice.

  • Chriistian Jotform Support
    Replied on June 15, 2017 at 10:16 PM

    To make the header line goes underneath the image, please inject this custom CSS on our form:

    .form-header-group.hasImage>.header-text {

        display: block !important;

    }

     

    Make the header line goes underneath the image Image 1 Screenshot 20

     

    Regards.