How to move the header text and subtext below the image?

  • ccureslife
    Asked on December 14, 2016 at 3:03 PM

    Is there any CSS coding that I can use to put the Header text and subtext below the image? I have to use the Header because the tab widget shows up below the header only. This means I can't use the "Text" option separately from the image header.

    Jotform Thread 1011540 Screenshot
  • AIDAN
    Replied on December 14, 2016 at 4:34 PM

    I cloned your form and placed the header text and subtext under it, centered. I also centered the picture.

    Please see the result if you would like to clone it: https://form.jotform.com/63486620947971

    To replicate these changes I did, please add this CSS code:

     

    .header-logo + .header-text {
        display: block !important;
        margin-top: 20px !important;
    }

    .header-logo {
        display: block !important;
    }

    Here's an animation I created to help you achieve that:

    How to move the header text and subtext below the image? Image 1 Screenshot 20

     

    Please let us know if you need further assistance.