• running twenty fourteen.. all up to date

    http://www.emmaknowles.co.uk

    if you check you will see image on front page skews a bit to the left..
    have tried the usual methods

    if you check other pages you will see a similar problem..
    any advice ? greatly appreciated
    thanks
    pete

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you try margin: 0 auto;
    As auto centres the right and left
    Hope this is helpful

    Thread Starter symbolism

    (@symbolism)

    sorry to be thick, am i looking to alter css here?

    is that a global change or per page?
    thanks for the prompt response

    No sure how much css you know, you will need to add the css in
    a child theme so if the theme updates, your changes
    won’t be lost.
    Need to add the following css to a child theme

    .site {
       margin: 0 auto;
    }

    Try this

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘centering content’ is closed to new replies.