almostallison Posted July 30, 2021 Share Posted July 30, 2021 Site URL: http://almostallison.com Hi! I was wondering if anyone could help me figure something out. I'm currently using the Five template for my blog. As it stands now, the blog excerpts are laid out with an image on the left and then the text. (I attached a screenshot for reference) I was wondering if there's any way to change this so it shows a larger thumbnail/preview image with text underneath it? Unless I'm missing something, I don't think this template offers a way to do it without adding css, which I'm fine with, just not sure the correct stylization. TIA! Link to comment
Beyondspace Posted August 1, 2021 Share Posted August 1, 2021 On 7/31/2021 at 3:16 AM, almostallison said: Site URL: http://almostallison.com Hi! I was wondering if anyone could help me figure something out. I'm currently using the Five template for my blog. As it stands now, the blog excerpts are laid out with an image on the left and then the text. (I attached a screenshot for reference) I was wondering if there's any way to change this so it shows a larger thumbnail/preview image with text underneath it? Unless I'm missing something, I don't think this template offers a way to do it without adding css, which I'm fine with, just not sure the correct stylization. TIA! try .view-list article .excerpt-thumb { float: none; width: 100%; } .view-list article .excerpt-thumb .intrinsic .excerpt-image img { width: auto !important; height: 100% !important; transform: translate(-50%, -50%) !important; top: 50% !important; left: 50% !important; } .view-list article .excerpt-thumb .intrinsic { padding-bottom: 66.66%; } tuanphan 1 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
almostallison Posted August 1, 2021 Author Share Posted August 1, 2021 @bangank36, That worked perfectly!!! Thank you! 😄 Beyondspace 1 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