Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey achurch,

    Are you using a child theme or custom css plugin?

    Just a few steps will centre it for you!

    .header-wrapper {
        width: 100%;
        text-align: center;
    }

    Changing the width to 100% allows the image to be centered but also causes the size to change, if you want to set the size you can do so using:

    .header-wrapper img {
        width: (desired width);
    }

    (something around 28em will have it looking about the same)

    Hope that helps!

    Thread Starter achurch

    (@achurch)

    Thank you… am going to ask a ridiculous question, but this theme is being super fussy…

    Where exactly should this code be placed?

    So many thanks again…

    esmi

    (@esmi)

    SomewhatRounded

    (@somewhatrounded)

    The code should either be placed in the stylesheet of your child theme or into the area provided by a custom css plugin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spun – move header image to center’ is closed to new replies.