HelloHomey Posted June 10, 2022 Posted June 10, 2022 Site URL: https://www.hellohome.co.nz/blog My image captions are displaying overlayed on mobile, and perfectly on desktop. I need custom CSS to get the captions on mobile to display below each image. However, I've tried a couple of things which seems to be messing with my footer and banners which are blocks controlled through CCS I think? Any help appreciated. Thanks
tuanphan Posted June 11, 2022 Posted June 11, 2022 Add to Design > Custom CSS @media screen and (max-width:750px) { .image-caption { margin-top: 0px !important; } } HelloHomey 1 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!)
HelloHomey Posted June 14, 2022 Author Posted June 14, 2022 On 6/11/2022 at 3:56 PM, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:750px) { .image-caption { margin-top: 0px !important; } } Thank you. Worked perfectly.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment