Are you referring to the page content moving down a little bit when the page loads?
Can you confirm that this does not happen when my plugin is disabled?
hi Mark
yes it only happens when the plugin is activated – seems to be adding some inline CSS to the .site-inner I think.
It is fine in Safari but most noticeable in Chrome really – So i am not sure if it is something specific to the Chrome browser?
cheers
Phil
hi mark
Ok – the same thing is happening on another demo site I am building — it is fine in Safari but in Chrome this inline CSS is added – the margin-top element
<div class=”site-inner” style=”margin-top: 119px;”>
Yet if I inspect the same page in Safari the margin is set to zero
Is this inline CSS being added by the plugin? and if so how can I fix this so it doesn’t cause the page content to jump down in Chrome or other browsers?
thanks
Phil
This is what I see on my end: https://cloudup.com/c05zujrvQnA
From what I understand, that jump is caused by the slider (once it’s loaded, it jumps), but I’m honestly not sure how it wouldn’t do that without my plugin active.
Can you turn off the plugin for a bit and show me how that looks?