creedon Posted February 3 Share Posted February 3 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
TrueNatureDreams Posted April 24 Share Posted April 24 (edited) I'm having this issue on mobile too. When I scroll it slides left and right 😬 I'd really appreciate any fix you can think of @creedon https://krill-elephant-r7sh.squarespace.com/ p/w: Jess Thank you Edited April 24 by TrueNatureDreams Link to comment
CoachCooney Posted May 9 Share Posted May 9 (edited) Same issue for me, and I'm stumped! 🤨 Any help? https://www.coachcooney.com Edited May 9 by CoachCooney Link to comment
tuanphan Posted May 10 Share Posted May 10 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; } } CoachCooney 1 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
CoachCooney Posted May 10 Share Posted May 10 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! ☹️ Link to comment
tuanphan Posted May 12 Share Posted May 12 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! ☹️ 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
Fwins Posted July 30 Share Posted July 30 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 Link to comment
LaKayCornell Posted July 31 Share Posted July 31 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
tuanphan Posted August 1 Share Posted August 1 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
tuanphan Posted August 1 Share Posted August 1 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; } LaKayCornell 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment