1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Tuesday, 02 August 2016
  5.  Subscribe via email
Hello Ciarán,

How can I get the background of the Stockholm template to full size when the content isn't covering the whole page?
See my testsite for the example.
Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


#body_bg {
height: 100vh;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

thanks for the fast update! Unfortunately it is partially working.
The background on the page with content that doesn't stretch the entire browserscreen is fine now.
Only the pages with content that is longer than the browerscreen, are not good anymore.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Thank you for the update. To amend try the following instead...


#body_bg {
min-height: 100vh;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

thanks, this works fine!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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