Elementor Wordpress Template issues with responsive layout

Hi,

I have just started using Elementor templates but I have an issue I do not know how to solve. When I am using Elementor responsive view, the layout looks great, but when I go out to actually test it, it is no longer responsive. I have set the width at 100%. Can anyone help me? thanks

Could be theme issue. Just switch the default theme and check the issue still persists.

1 Like

I have fixed it, in case anyone has the same issue, use the following CSS in Appearance - Customize - Additional CSS:
html, body {
max-width: 100%;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
display: block;
}