Can you please provide a link to the site you are having issues with?
That sounds like a javascript conflict with your theme or another plugin. The plugin bundles jQuery Masonry, so on window re-size the plugin re-lays out each item.
If you have a js conflict on the page, this script won’t work and your content container won’t be initialized properly.
Thanks,
Evan
Hi Evan,
Thanks for your advice.
I found two jquery Masonry js plugin inserted at my footer. I think they should be conflicted with each other.
Do you know how to remove the theme default jquery Masonry plugin ?
Thanks
I’m not sure, I don’t know what theme you’re using. You can remove a registered script before it gets enqueued, but I’m not sure if that will remove both of them.
http://codex.ww.wp.xz.cn/Function_Reference/wp_deregister_script
Give that function a try.
Thanks,
Evan
Hi Evan,
Thanks for you advice, I get rid of the problem.
If I need to make the distance between two announcements more bigger. What should I do ?
Below is the screenshot:
https://www.evernote.com/shard/s217/sh/0adcceca-0f62-4fc3-8eef-5ac25e009bbe/a7f19b77f636a861fcbf07f937efdd0a
Thanks
Hi Teng,
If you’d like to add additional spacing between the announcements you can use CSS to target the elements and increase the margin space. Right now I believe it’s set to -3.5em, you can decrease it to 0 which should resolve the overlapping issue.
If you can provide a link to your site, I can provide code specific to your site.
Thanks,
Evan