Home › Forums › CSS › [Solved] Placement of background image › Reply To: [Solved] Placement of background image
May 18, 2014 at 9:02 am
#170531
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?