anihavoc 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment