JamIsJam88 Posted April 4, 2021 Posted April 4, 2021 (edited) Site URL: https://www.yungrealestate.com/availabilities/3-hacienda-court I am having a few issues displaying only one item per row in a Summary Carousel on Mobile. Below there is an overflow of the second item. This leads to the excerpt text being slightly cut off on the second item with more of an overflow from the third item. For some reason, the Summary Carousel Pagination only works for up to three items. There are supposed to be five items for this Summary Block as displayed on Desktop. Current Code CSS .sqs-block-summary-v2 { .summary-title, .summary-heading { font-family: "playfair-display"; font-size: 2.2rem; letter-spacing: -0.02em; -webkit-font-smoothing: antialiased; } .summary-excerpt h4 { font-size: 20px; line-height: 0em; margin-top: 15px; } .summary-excerpt p { font-size: 14px; line-height: 0em; } } @media screen and (max-width: 767px) { .sqs-block-summary-v2 .summary-item { width: 100% !important; } .sqs-block-summary-v2 { .summary-title, .summary-heading { font-size: 1.6rem; } } } Code Block (to hide the current Blog Post the Summary Block is on) <style> .summary-item-list .summary-item:nth-child(1) { display: none; } </style> Thanks for any help guys! Edited April 4, 2021 by AllanYung
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment