Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Placement of background image Reply To: [Solved] Placement of background image

#170531
karimphoto
Participant

I got some help and now it look better.

body.myatu_bgm_body {
background-attachment: fixed !important;
background-color: #FFFFFF !important;
background-position: 81% center !important;
background-repeat: no-repeat !important;
background-size: auto 85%;
}

And I put it in the custom stylesheet.

Another thing I’m thinking about is that the image is sliding under the left sidebar if I make the screen size smaller. Any idea how can work on this?