Guest Posted June 15, 2020 Share Posted June 15, 2020 Site URL: https://netrunner2077.squarespace.com/ hi there. I have multiple blocks that automatically resize depending on the resolution and size of the screen. They move out of the designated spot I have them set to to match what is casing it in my background image. how would I go about implemented a site wide custom CSS code in order to stop these blocks from automatically resizing? This is for a 7.1 layout. Link to comment
Beyondspace Posted June 17, 2020 Share Posted June 17, 2020 We can set the fixed width anihavoc, but we need to check your site password BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
chloe1 Posted June 17, 2020 Share Posted June 17, 2020 On 6/15/2020 at 7:39 PM, anihavoc said: Site URL: https://netrunner2077.squarespace.com/ hi there. I have multiple blocks that automatically resize depending on the resolution and size of the screen. They move out of the designated spot I have them set to to match what is casing it in my background image. how would I go about implemented a site wide custom CSS code in order to stop these blocks from automatically resizing? This is for a 7.1 layout. Hey did you ever find a solution to this? I am having the same issue. Link to comment
Beyondspace Posted June 17, 2020 Share Posted June 17, 2020 38 minutes ago, chloe1 said: Hey did you ever find a solution to this? I am having the same issue. Let's us check your site for the actual issue in action BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Darrenmsp Posted January 1, 2021 Share Posted January 1, 2021 On 6/15/2020 at 11:39 AM, anihavoc said: Site URL: https://netrunner2077.squarespace.com/ hi there. I have multiple blocks that automatically resize depending on the resolution and size of the screen. They move out of the designated spot I have them set to to match what is casing it in my background image. how would I go about implemented a site wide custom CSS code in order to stop these blocks from automatically resizing? This is for a 7.1 layout. same question. is there a solve for this in css? Link to comment
tuanphan Posted January 1, 2021 Share Posted January 1, 2021 @Darrenmsp Can you share site url? We can help easier 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
Darrenmsp Posted January 1, 2021 Share Posted January 1, 2021 1 hour ago, tuanphan said: @Darrenmsp Can you share site url? We can help easier monstersp.com password: msp2021 Thank you. Link to comment
Darrenmsp Posted January 1, 2021 Share Posted January 1, 2021 9 minutes ago, Darrenmsp said: monstersp.com password: msp2021 Thank you. ideally, what i would like is to make the background videos smaller without cropping. https://www.monstersp.com/sound-design pw: msp2021 Link to comment
tuanphan Posted January 5, 2021 Share Posted January 5, 2021 On 1/2/2021 at 6:46 AM, Darrenmsp said: ideally, what i would like is to make the background videos smaller without cropping. https://www.monstersp.com/sound-design pw: msp2021 Try adding this to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5fe3b3efb8f27402052322e0"] { min-height: unset !important; height: 35vh !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
Darrenmsp Posted January 6, 2021 Share Posted January 6, 2021 On 1/5/2021 at 5:12 AM, tuanphan said: Try adding this to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5fe3b3efb8f27402052322e0"] { min-height: unset !important; height: 35vh !important; } } thank you but no luck with that code. Link to comment
Cradjam Posted February 11, 2021 Share Posted February 11, 2021 Hey everyone! I have the same problem with my code blocks resizing! I have images that have had a hover effect applied, they need to stay the same size. Did you find an answer to this? Thanks! Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 On 2/11/2021 at 9:48 PM, Cradjam said: Hey everyone! I have the same problem with my code blocks resizing! I have images that have had a hover effect applied, they need to stay the same size. Did you find an answer to this? Thanks! Can you share link to page where you added Code Block? 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
THIRDREEFCAPITAL Posted April 26, 2021 Share Posted April 26, 2021 (edited) Hey There, I am having the same issue and the code you supplied isn't working for me either. Are you able to help? Is it possible to keep the image and text stable next to each other? Or resize better? I have some spacing implementing which may be effecting it? My site is www.thirdreefcapital.com PW: ThirdReef Edited April 26, 2021 by THIRDREEFCAPITAL Link to comment
tuanphan Posted April 26, 2021 Share Posted April 26, 2021 9 hours ago, THIRDREEFCAPITAL said: Hey There, I am having the same issue and the code you supplied isn't working for me either. Are you able to help? Is it possible to keep the image and text stable next to each other? Or resize better? I have some spacing implementing which may be effecting it? My site is www.thirdreefcapital.com PW: ThirdReef It will be ugly. Add to Design > Custom CSS /* text image side by side */ @media screen and (max-width:767px) { div#page-section-6072778d8ba1797240c9b230 .span-6 { width: 50% !important; float: left !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
chappy55 Posted August 16, 2021 Share Posted August 16, 2021 Hey guys just wondering if any one here was able to rectify the issue of text scaling across different browser sizes? I've built my website on a laptop, but when I open it on my larger desktop computer all my website text gets much smaller. I'm looking for some custom css that might fix this. Link to comment
chappy55 Posted August 16, 2021 Share Posted August 16, 2021 My website is https://www.scotthorsburgh.com.au/ Link to comment
Pargo Posted January 13, 2022 Share Posted January 13, 2022 Hello. Just recently discovered that I'm also having this issue. Auto-scaling leads to lots of space and small text as I increase browser size on an external monitor. Is there a way to adjust this without adding code, as I've had that not work before in attempting to add special fonts. Thanks. Link to comment
eburtnik Posted April 21, 2023 Share Posted April 21, 2023 what is the solution for this? how do you just turn off auto-scaling Link to comment
filipaaraujocristina Posted June 27, 2023 Share Posted June 27, 2023 Hello, I'm having the same issue. Can you please help me? My site url is: https://aardvark-vibraphone-6ycp.squarespace.com/ This issue is happening in the Page "Villas": every time i resize the screen, both images and buttons get bigger or smaller and they leave the spot where I initially set them. Thank you so much in advance. Link to comment
ninastol Posted September 19, 2023 Share Posted September 19, 2023 Hello, I'm experiencing the same issue and would greatly appreciate advice on how to disable auto scaling as soon as possible. If this is not possible within Squarespace, we may need to consider switching to another web platform, as we feel the scaling makes our site appear unprofessional and homemade. Thank you in advance. Best, Nina Link to comment
LyebaAnees Posted November 16, 2023 Share Posted November 16, 2023 Hello, I am facing similar issue. Is there a way we can stop auto-scaling? Link to comment
KurtChicago Posted December 28, 2023 Share Posted December 28, 2023 Same problem but it's really only happening on the ipad and tablet since Squarespace only has a desktop, and mobile version to check how the website looks. How do I stop the autoscaling on the ipad Link to comment
jimzdano Posted March 5 Share Posted March 5 Same thing here. How do you just get your text blocks locked so that the words don't wrap everywhere as the browser window shrinks? Seems like this would be a simple solution? Link to comment
Rustynz Posted March 13 Share Posted March 13 Also having this issue - and have ever since 7.1 dropped. How do they not do anything about this? What are we paying them for? Link to comment
Aryanna Posted March 20 Share Posted March 20 Having the same issue, and so far, I don't think there is an easy way to fix this based on what I have read here. Looks like a permanent Squarespace flaw. Other builders I tried do not mess up the website if being accessed in a different screen resolution. 😕Anyone had any luck for a fix? 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