crispinjo Posted December 1, 2021 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
Beyondspace Posted December 2, 2021 Posted December 2, 2021 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
crispinjo Posted December 2, 2021 Author 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.
tuanphan Posted December 4, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted December 11, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.