Jump to content

Site shifts left and right on desktop and mobile

Recommended Posts

5 hours ago, goodlight-creative said:

Having this issue too but only on mobile

Your animation is overflowing. For your content-slider ruleset use the following. I added the overflow line and removed the align : center as it is not a valid property.

.content-slider {

  font-family : Rubik;
  font-weight : 600;
  height : 100%;
  line-height : 60px;
  overflow-x : hidden;
  width : 100%;
  
  }

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
  • 2 months later...
  • 3 weeks later...
9 hours ago, CoachCooney said:

Same issue for me, and I'm stumped! 🤨

Any help?

https://www.coachcooney.com

@CoachCooney  Use this code to Website > Website Tools > Custom CSS

@media screen and (max-width:767px) {
.header-title-nav-wrapper {
    flex: 1 0 calc(~"100% - 180px") !important;
}
}

 

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
On 5/10/2024 at 11:21 PM, CoachCooney said:

You don't happen to know how to centre bullet points also? They are slightly right-centred relative to the text above due to how they are formatted. It doesn't look right! ☹️

IMG_2829.jpg

You can use this to Website > Website Tools > Custom CSS

@media screen and (max-width:767px) {
div.html-block ul {
    padding: 0px !important;
}
}

 

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
  • 2 months later...

Hi - I had the same problem as many here - that the site would move from left to right on mobile...and was loading only half width most of the time...after reading everything here, I figured out that it was the scrolling text at the top that was causing the problem - specifically the overflow code I had put in because the "f" in freedom was being cut off. So now I don't have a site that is moving from left to right, but I also have the f being cut off - any ideas?

https://www.emdrodriguez.com/

Link to comment
On 7/30/2024 at 1:26 PM, Fwins said:

I am shifting from side to side on mobile and on desktop too. 

Could you please tell me what is causing this? 

my site is https://www.liveselfhappy.com/

Any help or insight would be appreciated

Try this to Custom CSS box

html, body {
	overflow-x: hidden;
}

 

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
10 hours ago, LaKayCornell said:

Hi - I had the same problem as many here - that the site would move from left to right on mobile...and was loading only half width most of the time...after reading everything here, I figured out that it was the scrolling text at the top that was causing the problem - specifically the overflow code I had put in because the "f" in freedom was being cut off. So now I don't have a site that is moving from left to right, but I also have the f being cut off - any ideas?

https://www.emdrodriguez.com/

Use this to Custom CSS to fix problem

html, body {
    overflow-x: hidden;
}
.Marquee {
    overflow: visible !important;
}

 

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

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.