[Resolved] Mobile content wider than screen

Home Forums Support [Resolved] Mobile content wider than screen

Home Forums Support Mobile content wider than screen

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1016116
    Olaf

    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.

    #1016162
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .fieldset-cf7mls-wrapper, .fieldset-cf7mls {
        box-sizing: border-box;
    }
    
    @media (max-width: 768px) {
        .fieldset-cf7mls-wrapper {
            margin: 0;
        }
    }
    #1016328
    Olaf

    Hi David,

    seems to work. Thanks a lot!

    #1016395
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.