andrewyoung0811 Posted September 20, 2020 Posted September 20, 2020 Site URL: https://www.capitalmatters.co.uk/posts Using the 7.0 Five Template. Want to change the look of the Blog List page using custom CSS so it looks more like the SquareSpace 7.1 page on another blog below: https://www.clancandle.co.uk/blog If that's not possible, would like to remove the line, comment, like and share elements and importantly, change the size of the thumbnail so I can see the entire image (it's currently cut to square). Any help appreciated.
tuanphan Posted September 21, 2020 Posted September 21, 2020 Add to Home > design > Custom CSS footer.article-meta { display: none; } .view-list .post img { width: 100% !important; height: auto !important; left: 0 !important; } 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!)
andrewyoung0811 Posted September 23, 2020 Author Posted September 23, 2020 On 9/21/2020 at 4:05 PM, tuanphan said: Add to Home > design > Custom CSS footer.article-meta { display: none; } .view-list .post img { width: 100% !important; height: auto !important; left: 0 !important; } Thanks tuanphan. It's definitely better! Only a few issues I can't work out. There's now quite a lot of white space between the posts and the image is a bit small compared to the text. I'd quite like a large image with the text next to it. But unsure how to do that without it possibly breaking on mobile/tablet view.
tuanphan Posted September 25, 2020 Posted September 25, 2020 New code footer.article-meta { display: none; } .view-list .post img { width: 100% !important; height: auto !important; left: 0 !important; } .view-list article .excerpt-thumb .intrinsic { padding-bottom: 70%; } .view-list article .excerpt-thumb { margin-bottom: 0; } 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.