Archived topic
Mobile content wider than screen
3 replies · Started by Olaf on September 22, 2019
Hi.
I've the same problem as described in this article (Horizontal Movement on Mobile Devices): https://generatepress.com/forums/topic/horizontal-movement-on-mobile-devices/
The problem is that I don't use Beaver Builder or any other page builder ...
I've deactivated the plugins sequentially but nothing changed.
Could you please have a look at my website? Many thanks in advance.
Hi there,
try adding this CSS:
.fieldset-cf7mls-wrapper, .fieldset-cf7mls {
box-sizing: border-box;
}
@media (max-width: 768px) {
.fieldset-cf7mls-wrapper {
margin: 0;
}
}
Hi David,
seems to work. Thanks a lot!
You're welcome