crispinjo Posted December 1, 2021 Share Posted December 1, 2021 Site URL: https://soif.squarespace.com/platsannonser hi. I would like to set a maxwidth for the blog page named (platsannonser) to 1920, becouse it doesnt lineate with the page title if it goes above 1920. how do i go about doing that? kind regards Link to comment
Beyondspace Posted December 2, 2021 Share Posted December 2, 2021 (edited) On 12/1/2021 at 10:05 PM, crispinjo said: Site URL: https://soif.squarespace.com/platsannonser hi. I would like to set a maxwidth for the blog page named (platsannonser) to 1920, becouse it doesnt lineate with the page title if it goes above 1920. how do i go about doing that? kind regards Have you solved it yet? It seems fine at the moment Edited December 2, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
crispinjo Posted December 2, 2021 Author Share Posted December 2, 2021 No the problem is still there. if you open it in your browser and pull your browser sideways you will se the problem. 🙂 it only occurs on really big screens. So my goal is to have max width where the block wont expand above. Link to comment
tuanphan Posted December 4, 2021 Share Posted December 4, 2021 On 12/3/2021 at 6:21 AM, crispinjo said: No the problem is still there. if you open it in your browser and pull your browser sideways you will se the problem. 🙂 it only occurs on really big screens. So my goal is to have max width where the block wont expand above. Add to Design > Custom CSS /* blog width */ .blog-side-by-side.collection-content-wrapper { max-width: 1600px; } 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
crispinjo Posted December 6, 2021 Author Share Posted December 6, 2021 Thank you! it worked pefectly! tuanphan 1 Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 On 12/6/2021 at 9:13 PM, crispinjo said: Thank you! it worked pefectly! I see the blog list page content in mobile is a bit narrow, you can add this to Design > Custom CSS to increase its width /* Mobile blog list width */ @media screen and (max-width:767px) { .blog-side-by-side.collection-content-wrapper { padding-left: 0px; padding-right: 0px; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment