Home Forums Basel support forum Background Image

Background Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3932

    milo_man18
    Participant

    Hi I cant get my background image to be the same width. It kept showing different sizes, please let me know how to use a background image css. sometimes it only goes 2/3 of the page and it should always be full.

    #3944

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    Try to add the following CSS code to the Custom CSS section in Theme Settings to make your background image always fit

    .website-wrapper {    
        background-size: 100% auto;
        background-position: top center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)