This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to show background image at the top of my webpage

11 years ago · Last reply by Andrew Misplon 11 years ago

So if you visit brainercizetutors.com you can see the background image on the right, left and a little bit of the bottom. How do i adjust the css using the vantage theme so that I have it visible at the top of the page as well?

URL: http://brainercizetutors.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 29 days ago

    Hi Sadaf

    Covering might work well for this background. Try the following under Appearance > Custom CSS:

    /* Body */
    body.custom-background {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread