I’m having issues with content loading on top of Color Sections- randomly. It mostly happens on the initial load, but only about 60-70% of the time. Upon refreshing, it loads correctly. I have tried in chrome, firefox, and safari and I’m getting the same problem on all of them.
Screenshot of the issue is attached. Links to the pages it’s happening on are:
http://www.lb.lightflycreative.com/
and
http://www.lb.lightflycreative.com/
Anyone else having these issues?
Hey Brian!
Thank you for using Enfold.
Try to wrap the masonry element inside a color section. See if that helps.
Regards,
Ismael
While that seems to have helped, it doesn’t give me the look I am going for. I now have a lot more padding on that section on the left and right. Take a look.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#av_section_5 .container {
max-width: 100%;
padding: 0;
width: 100%;
margin: 0;
}
Best regards,
Yigit
Thanks Yigit! That fixed it!