1. ThomasBraun
  2. Commercial Templates
  3. Friday, 06 December 2013
  4.  Subscribe via email
I would like to place a small repeated jpg as background image. Images are automatically streched to availabe sccreen sized which does not really look good with small images. :)
Anyone an idea how I can change the behaviour to "repeat"?
Thomas
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Thomas

Try adding the following to the Custom CSS field of your templates parameters..


#body_bg {
background-attachment: scroll !important;
background-repeat: repeat !important;
background-size: auto auto !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Works, great!
Thank you!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!