Jump to content

My website looks good on desktop but is too wide on Mobile

Recommended Posts

My website: https://thrustinteractive.squarespace.com

This sire looks good and has the appropriate white space on the sides of content on desktop, however when I look at the site in a mobile view elements are bunched together and the spacer blocks are lost.

I am using the Brine template, is there any way to add code or have the spacer blocks that keep my site clean show up on mobile. It is keeping my website from being responsive and looking as good on mobile as it does on desktop.

Thank you for your help!

Edited by Shaunakg
Initial Revision
Link to comment
  • Replies 4
  • Views 3.9k
  • Created
  • Last Reply

Top Posters In This Topic

@Shaunakg Add to Home > Design > Custom CSS


@media screen and (max-width:640px) {
html {
       overflow-x: hidden;
   }
   main {
       padding-left: 10px;
       padding-right: 10px;
   }
}


Edited by tuanphan
Initial Revision

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

I really appreciate this! However this also resizes the display on web. I am looking for something that keeps my site on desktop the way it is, but gives displays the spacer blocks, or allows me to increase side padding on mobile only.

Would you know code for this?

Link to comment
  • 1 year later...

Hi, Shaunakg

Ive visited your website and looks like the problem still persists.

Try this

html,body{
    overflow-x: hidden;
}

Ive found it from other forum, and it worked well for my website. 

Let me know if it does the same to you too.

Link to comment
  • 7 months later...
On 12/27/2020 at 1:52 PM, Akhmad said:

Hi, Shaunakg

Ive visited your website and looks like the problem still persists.

Try this

html,body{
    overflow-x: hidden;
}

Ive found it from other forum, and it worked well for my website. 

Let me know if it does the same to you too.

 

I had the same issue on my site, I tried this and it worked perfectly. 

Thanks so much Akhmad!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.