1. rogy
  2. Commercial Templates
  3. Thursday, 03 December 2015
  4.  Subscribe via email
in the template the bg images is not fulscreen in some menues item:
http://psychotherapie-straub.ch/index.php/therapieangebot/kosten

i tried in CSS:
#body_bg{
background: url(/images/bg.jpg) no-repeat scroll center center;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}

but not working :S
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To resolve try adding the following to the Custom CSS field of your templates parameters...


#body_bg {
min-height: 100vh;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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