1. robjoomla
  2. Commercial Templates
  3. Saturday, 20 January 2018
  4.  Subscribe via email
Hi,
How can I make the slideshow scale down without leaving the extra space at the bottom?

Here's a demo: https://cl.ly/owUc


Thank you!
Rob
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rob

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
You can see the example here: .
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...

#container_slideshow {
background-image: url('http://coastwidechurch.com/images/slideshow/homepage-slider.jpg');
background-size: cover;
}
@media only screen and (max-width: 959px) {
#container_header {
position: absolute !important;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That works a lot better, thank you!
  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!