lameraguera Posted May 23, 2023 Share Posted May 23, 2023 I'm trying to customize the thumbnail images for each blog post as they appear on the blog page. The aspect ratio of the images I'm using is about 4:1, and I'd like to make the images smaller - 150px width by 38px height. I've tried using the custom css code in other forum posts (linked below), but they haven't worked for me. I'm using a single-column blog and would ideally like to have the thumbnail images resized, then the image appear between the blog title and the preview text. website: https://www.finestructure.llc/pl-resources PW: transcend Thanks for your help! Link to comment
tuanphan Posted May 25, 2023 Share Posted May 25, 2023 Add to Design > Custom CSS .blog-single-column--wrapper img { width: 150px !important; height: 38px !important; left: 0 !important; } .blog-single-column .image-wrapper { padding: 20px !important; min-height: Unset !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!) Link to comment
lameraguera Posted May 25, 2023 Author Share Posted May 25, 2023 thanks @tuanphan! when I put that in custom CSS, the images completely disappear. Do you know what could be going on? thanks Link to comment
tuanphan Posted May 28, 2023 Share Posted May 28, 2023 On 5/26/2023 at 12:47 AM, lameraguera said: thanks @tuanphan! when I put that in custom CSS, the images completely disappear. Do you know what could be going on? thanks Use this new code .blog-single-column--wrapper img { width: 150px !important; height: 38px !important; left: 0 !important; position: static !important; } .blog-single-column .image-wrapper { padding-top: 30px !important; min-height: unset !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!) 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