Client view of new site overlapping columns

Hello,

I am building a new site for a client of mine and for some reason they are seeing come columns overlap (an image on the left and text on the right) on their end that I cannot see on mine. I have used developer tools to view the page in different browsers like IE, Firefox, Chrome, etc. and everything looks fine to me but they are still seeing it. I have also set max width for all images involved in the “overlap.” Could this be explained by something that I’m just not aware of? Please let me know if you need any further information! Thank you!

Hello There,

Thanks for writing in! I could not replicate the issue either. Could you please upload the screenshot so that we will have an idea of what is going on the the column or row element?

Best Regards.

I appreciate your response! Here is the screenshot she sent me, let me know what you think! I just can’t figure it out.

Thanks,
Jenna

Hi @jmbalegn,

Thanks for writing in.

I’m able to reproduce it on smaller window, please add this CSS to your global custom CSS for the fix.

@media ( max-width: 1024px ) {
.x-image img {
width: 100% !important;
} 
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.