Viewing 1 replies (of 1 total)
  • mnemmixip

    (@mnemmixip)

    You can change the position and more options, redeclaring in the styles.css of your theme

    In your case, add in styles.css:

    body.custom-background {
    background-position: top center;
    }

    If you want responsive background, add

    body.custom-background {
    background-size: contain;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘background image aligned left’ is closed to new replies.