EmilieJax Posted April 6, 2021 Posted April 6, 2021 Site URL: https://www.shiftyes.com/culturedrop Hey there, I want the CSS code to center the contents of just one summary block for our 4 most recent blog posts (used on this page: www.shiftyes.com/culturedrop) It all goes to the left when the screen when the page is expanded, and I want them to be centered. Every code I've used has expanded *all* of my code blocks (so the quote summary block I have above it shows every single entry instead of continuing as a carousel). The block ID for the one I want to target is #block-yui_3_17_2_1_1611958011611_16043 Thank you!
Beyondspace Posted April 9, 2021 Posted April 9, 2021 On 4/6/2021 at 11:57 PM, EmilieJax said: Site URL: https://www.shiftyes.com/culturedrop Hey there, I want the CSS code to center the contents of just one summary block for our 4 most recent blog posts (used on this page: www.shiftyes.com/culturedrop) It all goes to the left when the screen when the page is expanded, and I want them to be centered. Every code I've used has expanded *all* of my code blocks (so the quote summary block I have above it shows every single entry instead of continuing as a carousel). The block ID for the one I want to target is #block-yui_3_17_2_1_1611958011611_16043 Thank you! May you try #block-yui_3_17_2_1_1611958011611_16043.sqs-block-summary-v2 .summary-item-list { display: flex; justify-content: center; } #block-yui_3_17_2_1_1611958011611_16043.sqs-block-summary-v2 .summary-item.positioned { margin: 0 !important; padding: 0 2vw; } 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
tuanphan Posted April 14, 2021 Posted April 14, 2021 On 4/6/2021 at 11:57 PM, EmilieJax said: Site URL: https://www.shiftyes.com/culturedrop Hey there, I want the CSS code to center the contents of just one summary block for our 4 most recent blog posts (used on this page: www.shiftyes.com/culturedrop) It all goes to the left when the screen when the page is expanded, and I want them to be centered. Every code I've used has expanded *all* of my code blocks (so the quote summary block I have above it shows every single entry instead of continuing as a carousel). The block ID for the one I want to target is #block-yui_3_17_2_1_1611958011611_16043 Thank you! Some problems on your site, if you want to fix, just reply here (y) Site URL: https://www.shiftyes.com/ 1. (Mobile-Footer) Want to fix train-ing text? 2. (Tablet-First time here) 3. (Tablet-First time here) 4. (Mobile-First time here) Align all icons same line? 5. (Tablet-Meet the team) Want to stacked “Our team culture..” section? 6. (Tablet-Speaking) 7. (Mobile-Culture Core) Want to center 2 lines? 8. (Tablet-Clients) 9. (Tablet-Clients) 10. (Tablet-Blog detail) Want to stacked More sidebar? 11. (Mobile-Blog detail) Want to reduce text size? 12. (Tablet-Contact us) 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.