1. apelsinskal
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 30 November 2015
  5.  Subscribe via email
Hi!
I want to use a background image in Creative (header image).

Question 1: Is there a setting so I can make sure it will stay top-left? I have only a small image that i want in the corner.
Question 2: Is there a setting to turn off the background image on responsive?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. To push your background image to the top right of your page try adding the following to the Custom CSS field of your templates parameters...


.vegas-slide-inner {
background-position: 0 0 !important;
background-repeat: no-repeat !important;
background-size: auto auto !important;
}


2. To hide the image on touch devices you can also add the following...


.touch .vegas-slide-inner {
background-image: none !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you. Works like a charm (as always). Thank you for the outstanding support you always provide.
  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!