1. mp911
  2. Commercial Templates
  3. Monday, 11 May 2015
  4.  Subscribe via email
Hello,

I'm using J51 Boutique template and I've a problem with home page image on mobile. When I open the website on a mobile (Iphone for example), the home page image is not redimensioned ! I only have little part of the image ?

Please find a screenshot here:



The website is : http://www.tinseau.com

P.S : I'm not using responsive option because it's not working well !!!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


/* disable background-size:cover */
.touch #container_header, .touch #header_bg, .touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto 100% !important;
-moz-background-size: auto 100% !important;
-o-background-size: auto 100% !important;
background-size: auto 100% !important;
background-attachment: scroll !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you CIaran,

It works well
  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!