1. michael1962
  2. Commercial Templates
  3. Monday, 02 February 2015
  4.  Subscribe via email
Hello,
is there a possibility to deactivate background-image on smartphones and tablets, so the slideshow module is next to the logo (header-bar)?

thx
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your background image?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,
here's the site:
http://edhof.de/02-edhof2015/
thx
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To disable this background image on mobile devices try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 1024px) {
#body_bg {
background-image: none;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Ok, background-image is gone. But thedistance of the slideshow module to the header is too much. How can I reduce the distance on mobiles?
thx
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try also adding the following...


@media only screen and (max-width: 1024px) {
#container_hornav-sticky-wrapper, #container_hornav, #container_spacer2 {
display: none;
}}


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


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