Can you provide a link to your website?
Thank you!
Each widget of your sidebar is positioned in absolute with dynamic top value. I don’t know why you need this, but your script loads before WP Cloudy, so it can’t attribute the proper height.
2 solutions:
– disable your script, and use CSS only
– or put an arbitrary height on #wpc-weather like 250px
Thank you,
Setting a height works only before Ajax reload again after overlapses. I don’t know how i can disable scripts it’s just template thing.
But before update from previous version was fine. This loader changes something…
I just figure that when loaders appear height are automatically change to small and stays that causes overlapping.
I’ve changed line in content-wpcloudy to:
<div class=”wpc-loading-spinner” style=”display:none; height: 230px”>
Now this is not happen, solved. You should change behavior of ajax spinner to avoid height change.