rmulholland21 Posted November 20, 2020 Posted November 20, 2020 Site URL: https://www.ryansmulholland.com/writing/job-guide Does anyone know if there's a way to adjust images on a blog post so that the images span a wider length of the page than my text? I'd like my images to stretch a bit wider, but I'd like my text to remain at the current width. I need to make my images a little bit bigger and would love to find a way to do this without also expanding the text.
Beyondspace Posted November 20, 2020 Posted November 20, 2020 1 hour ago, rmulholland21 said: Site URL: https://www.ryansmulholland.com/writing/job-guide Does anyone know if there's a way to adjust images on a blog post so that the images span a wider length of the page than my text? I'd like my images to stretch a bit wider, but I'd like my text to remain at the current width. I need to make my images a little bit bigger and would love to find a way to do this without also expanding the text. You can use this custom css @media only screen and (min-width: 1024px) { .blog-item-content-wrapper .sqs-block-image .design-layout-inline .intrinsic { width: 80vw !important; left: 50%; transform: translateX(-50%); position: relative; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Archived
This topic is now archived and is closed to further replies.