Home › Forums › All Other Themes › Home page moving to left on mobile phones
- This topic has 7 replies, 2 voices, and was last updated 1 week, 1 day ago by
Forum Moderator.
-
AuthorPosts
-
September 12, 2023 at 9:27 pm #207459
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!
September 13, 2023 at 3:54 pm #207466Hi,
Kindly use this CSS:
@media screen and (max-width:479px) {
#mc_embed_signup {
width: 100% !important;
}
}Regards,
ChrisSeptember 14, 2023 at 4:14 am #207473Hi Chris, I added this, but it does not work.
Ali
September 14, 2023 at 10:29 am #207474Hi,
This is done.
Regards,
ChrisSeptember 15, 2023 at 3:08 am #207488Hi Chris, I can still shift the home page to the left. It’s just the home page with this issue.
Regards,
Ali M.
September 15, 2023 at 10:49 am #207489Hi,
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,
ChrisSeptember 17, 2023 at 3:49 am #207511Hi Chris, it works now. Thanks again for your help!
Ali
September 18, 2023 at 10:41 am #207522Welcome 🙂
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.