Content alignment on scroll
This support request was posted in Flatbase by trackit
- trackit August 31, 2017 at 1:28 pm
On every page except the homepage our content is aligning to the middle on scrolling down the page. It starts off on the left, but once you scroll down the content shifts to the center once the breadcrumb has gone out of view.
I cannot see where this is being set or how to stop it, any clues? Thanks in advance.
Andrés Villarreal August 31, 2017 at 3:35 pmHi,
That seems to be caused by a bug on our side. We’re gonna be adding a fix for this in the next release of the theme, but in the meantime you can fix it on your side by adding the following CSS inside Theme Options > Design & Styles > Custom CSS:
@media all and (max-width:1024px) { #header { height: auto !important; } } @media all and (min-width:1024px) { #header { overflow: hidden; } }
Please let us know if this helps.
Best,
Andrés.
Andrés Villarreal August 31, 2017 at 5:34 pmGreat to see that works for you. Have a nice day 🙂
Best,
Andrés.
This topic is marked as resolved
Only the topic author can re-open this thread.