jandb Posted September 27, 2022 Share Posted September 27, 2022 Site URL: https://www.dawnduskfilm.com/campaign Hello, I am wondering if anyone can help with the CSS to fix a problem with my site on mobile. The URL is here: Dawnduskfilm.com/campaign I have a series of Image Blocks set as Posters, they eventually will all be clickable links., the first one is clickable right now. The text over the images looks nice on desktop view but the text extends over the images on mobile view, if the text resizes any smaller it will be too small on mobile. Is there a way to put the text above or below the image or remove the images entirely and keep the text (but still have them be clickable links)? Also, the text would need to be black, instead of white since it will be over a white background. I have scoured the forums and tried a lot of CSS to get this to work but haven't figured it out. Thanks in advance. Desktop view Mobile View Link to comment
tuanphan Posted September 28, 2022 Share Posted September 28, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { div#page-632f621d4a7501528350cdd1 .content-fill { padding-bottom: 100% !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
jandb Posted September 28, 2022 Author Share Posted September 28, 2022 Wow, incredible. Thank you so much @tuanphan 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