Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49276
    Michael
    Member

    Evening all, I’m very new to the whole theme and how to css and have recently changed over to Catch Evolution Pro as I can have more hands on with the whole feel off it

    I have been trying to figure out how to make the background picture fit the screen it is being displayed on, I’ve got it fixed and like the way it sits there and they can scroll my info past please can you advise how to stretch the image

    peaceandlight.co.uk is my website

    Thank you

    Michael

    #49291
    Sakin
    Keymaster

    @Michael: About Background fixed and stretch. You can do it all from your Custom Background in “Appearance => Background” from your WordPress Dashboard. But if you want to stretch and remove stretch. Then go to our background settings at “Appearance => Background” and then in “Display Options”, choose the option “No Repeat” and save changes. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    body.custom-background {
        background-size: 100% auto;
    }
    #49312
    Michael
    Member

    Fantastic thank you for the help Sakin

    #49422
    Sakin
    Keymaster

    @Michael: Thanks for your appreciation.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background Tiling’ is closed to new replies.