Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design WordPress Theme Issue on first load (elements under header) can you help me? Reply To: WordPress Theme Issue on first load (elements under header) can you help me?

#263444
Shikkediel
Participant

I see the issue in both regular and incognito mode now. But it’s pretty complicated to find the script that’s causing it. One thing I did notice was that it seems to also adapt to the correct position with resizing. So here’s my suggestion for now:

jQuery(window).on('load', function() {

  jQuery(this).resize();
});