1. Booksie
  2. Commercial Templates
  3. Monday, 10 February 2014
  4.  Subscribe via email
Hi,

I just installed the Arkadia template and as soon as I checked it out noticed that when you see it on a mobile, or mobile size, the template doesn't align properly, taking all the screen but is somewhat small to the left hand side of the screen and showing the complete background image.

When I stretch it to make it full screen as it should be I get a bottom scroll.

Looks like the background image is conditioning the size.

How can this be fixed?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Booksie

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
Thank you

To resolve this issue could you try adding the following to the Custom CSS field of your templates parameters...


#header {
position: relative;
width: auto;
}


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

Still the same result.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Ok..

Try changing the CSS to the following...

#header {
position: relative;
width: auto !important;
}


Hopefully that should do it :)

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

It did... and works perfectly now.

Thanks a lot... ;)
  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!