Issue on page
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Nov 24, 2016 4:46 pm
- Reply with quote
- Report this post
Hi,
I have a strange problem, the part above the fold stretching it horizontally displays the horizontal scroll bar and a space vertically.
Going down the page is restored and displays everything correctly.
This is a problem that should be resolved, but I have not found how to do.
See http://isweb.cmsacademy.it/
or video
https://youtu.be/Z28vXFfr5z0
Best regards.
Gioacchino
I have a strange problem, the part above the fold stretching it horizontally displays the horizontal scroll bar and a space vertically.
Going down the page is restored and displays everything correctly.
This is a problem that should be resolved, but I have not found how to do.
See http://isweb.cmsacademy.it/
or video
https://youtu.be/Z28vXFfr5z0
Best regards.
Gioacchino
-
- Expert Boarder
- teitbite
- Mon Nov 28, 2016 11:16 am
- Reply with quote
- Report this post
Hi
Probably some animation glitch since it fixes itself when site is scrolled down. Try add this to override.css
Probably some animation glitch since it fixes itself when site is scrolled down. Try add this to override.css
- Code: Select all
#gkPageContent {
overflow: hidden;
}
-
- Moderator
- GK User
- Tue Nov 29, 2016 6:36 pm
- Reply with quote
- Report this post
teitbite wrote:Hi
Probably some animation glitch since it fixes itself when site is scrolled down. Try add this to override.css
- Code: Select all
#gkPageContent {
overflow: hidden;
}
Hi,
with what you have suggested does not work and so I solved with:
- Code: Select all
.gkPage {
overflow: hidden;
}
Rgs
-
- Expert Boarder
- teitbite
- Mon Dec 05, 2016 6:03 pm
- Reply with quote
- Report this post
Hi
Thank ok if it works for You. Closing this thread now.
Thank ok if it works for You. Closing this thread now.
-
- Moderator
4 posts
• Page 1 of 1