Having issues with spacing and margin on mobile for my clients website.

Having issues with spacing and margin on mobile for my clients website.

letsgethelptyle
Visitor
3 0 1

Below is my client's website where we are trying to fix the margin and space limit on the right side of their website from the mobile point of view. His website is https://homemartessentials.com/ . If anyone has any insight on this, please let me know. I may also mention that I could not find a theme.css . The password is sitree .

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1278

Hello @letsgethelptyle ,

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1678331762871.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1678331782404.png

<style>
   @media (max-width: 768px ) {
       main#MainContent {
        overflow-x: hidden !important;
      }
   }
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center