Center the header image

  • ccureslife
    Asked on February 9, 2017 at 12:19 PM

    I used some CSS to move the image above the header text but I can't figure out how to center the image. How do I do this?

  • Kiran Support Team Lead
    Replied on February 9, 2017 at 1:35 PM

    Please inject the following CSS code to the form to center the header image.

    .header-logo {

        text-align: center;

    }

    Center the header image Image 1 Screenshot 20

    Hope this information helps!