I cannot get my header to be completely centered

  • maltman1
    Asked on November 9, 2016 at 11:31 AM

    The text is in a colored bar, which I like, but the bar doesn't go all the way to the end of the page

  • Jan
    Replied on November 9, 2016 at 2:09 PM

    I believe you are referring to the length of the header bar.

    I cannot get my header to be completely centered Image 1 Screenshot 30

    Please insert this custom CSS code in order for the bar to go all the way horizontally:

    .form-header-group {
       margin: 12px 0px 12px 0px !important;
    }

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

    I cannot get my header to be completely centered Image 2 Screenshot 41

    Hope that helps. Thank you.