Home page moving to left on mobile phones

Home Forums All Other Themes Home page moving to left on mobile phones

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #207459
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 17
    • Replies: 49
    • Total: 66
    Member since: January 31, 2022

    Hello, I am using the nightclub theme for the website of comedyville.ca.

    When I view the website on a mobile phone, the home page is able to move the the left of the phone. If you go to comedyville.ca on a mobile phone and then hold and shift the the left, the entire page will move. This problem is only evident on the home page and not the other pages of the website.

    How is it possible to fix this?

    Here’s a screenshot:

    https://ibb.co/v1skWxv

    Thanks!

    #207466
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31303
    • Total: 31303
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS:

    @media screen and (max-width:479px) {
    #mc_embed_signup {
    width: 100% !important;
    }
    }

    Regards,
    Chris

    #207473
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 17
    • Replies: 49
    • Total: 66
    Member since: January 31, 2022

    Hi Chris, I added this, but it does not work.

    Ali

    #207474
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31303
    • Total: 31303
    Member since: August 16, 2013

    Hi,

    This is done.

    Regards,
    Chris

    #207488
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 17
    • Replies: 49
    • Total: 66
    Member since: January 31, 2022

    Hi Chris, I can still shift the home page to the left. It’s just the home page with this issue.

    Regards,

    Ali M.

    #207489
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31303
    • Total: 31303
    Member since: August 16, 2013

    Hi,

    We checked, this is working fine.

    Kindly delete cache and do a forced refresh.

    To do a forced refresh kindly follow below instructions:

    Windows/Linux:
    1. Hold down Ctrl and click the Reload button.
    2. Or, Hold down Ctrl and press F5.

    Mac:
    1. Hold Shift and click the Reload button.
    2. Or, hold down Cmd and Shift key and then press R.

    Regards,
    Chris

    #207511
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 17
    • Replies: 49
    • Total: 66
    Member since: January 31, 2022

    Hi Chris, it works now. Thanks again for your help!

    Ali

    #207522
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31303
    • Total: 31303
    Member since: August 16, 2013

    Welcome 🙂

    Regards,
    Chris

    #232549
    Ali MohammadiAli Mohammadi
    Participant
    • Topics: 17
    • Replies: 49
    • Total: 66
    Member since: January 31, 2022

    Hello, I hope all is well.

    I’m using the Nightclub theme for comedyville.ca, and this issue has returned.

    On all pages in the mobile view of the site, the content can be slid to the left when swiping. This happens in both Chrome and Edge browsers on mobile devices.

    Here’s a screenshot of the issue:

    https://ibb.co/JWNhv0F7

    Please let me know how we can fix this.

    Thank you!

    #232551
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31303
    • Total: 31303
    Member since: August 16, 2013

    Hi,

    Please use this CSS code to resolve the mobile scrolling issue.

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    #gtx-trans { left: 0 !important;}
    }

    Regards,
    Chris

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