1. Pappy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 02 April 2015
  5.  Subscribe via email
A couple of issues.

Using computer:
I have noticed that when you are at the top of the page (no scrolling yet) there is a horizontal scroll bar for the page.
Any window width under 1424 (I think) it appears, till you get to mobile size.
Noticed your demo shows horizontal scroll bar as you reduce the window size. Once it reaches a certain point, it switches to mobile layout, then is okay.

When you scroll up a little it disappears, regardless of the width of the window.

Background image:
While you are scrolling up, the background image appears to be enlarging a little bit.

How do I fix both?

http://arabianhorsefutures.com/2015/index.php/foals
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pappy

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


html {
overflow-y: scroll;
overflow-x: hidden;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That worked, but if you make the window on computer smaller, the logo does not scale to fit in the window.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You will need to change the position of your logo to relative with something like the following (custom css)...


#logo {
position: relative;
}


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


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