ehassert Posted May 20, 2020 Share Posted May 20, 2020 Site URL: https://www.gildedfarmsny.com/what-we-do Hi, I am having trouble where the font size on text that I have overlaying a photo doesn't change size when I switch to mobile. I have tried both of these custom CSS code suggested in other posts but neither have worked: 1. @media screen and (max-width:767px) { body[data-dynamic-font-sizing-enabled="true"] .sqsrte-large { font-size: 15px !important; } } 2. @media only screen and (max-width: 640px){ p{font-size:1rem!important} } Any ideas of how to fix this? Thanks for your help, Erik Link to comment
tuanphan Posted May 21, 2020 Share Posted May 21, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5ebd0234ce429338dd909916 figcaption.image-card-wrapper * { font-size: 10px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.