Okay
  Public Ticket #4511421
Problem Mobile view
Open

Comments

  •  1
    Gabriel started the conversation

    Hi, we're having a problem with the mobile homepage, see image. No matter what we change, it's displaying the page too wide.

    The following CSS code is already in place, but it hasn't helped.


    @media only screen and (max-width: 767px) {
        html#ls-global body.responsive-overflow-x-mobile {
            overflow-x: visible !important;
        }
    }

    #ls-global body {
    overflow: visible !important;
    }


    Attached files:  IMG_0027.jpeg