Hi, I’m trying to figure out why the content of this page loads correctly for a second, then drops down below the header for what looks like around 80 pixels.
Hello @VaporDave,
Thanks for writing to us.
I checked the given site URL it seems that the style is rendering from the cache, I would suggest you please purge all the cache from the cache plugin and temporarily deactivate the cache plugin and then check it again. For the quick fix, I would suggest you please add this custom CSS code under the Global CSS
article.page.hentry {
margin-top: 0 !important;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Okay, thanks for busting out that css, I know it’s above and beyond the scope of this forum, I will try that as well as the cache purge (which I think was already done but I’ll do it again).
You’re welcome, Dave.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.