embroom Posted October 23, 2019 Share Posted October 23, 2019 Hi, I'm having trouble scaling the text size for my card images for both headings and subheadings on mobile and tablet. If anyone knows the CSS code for this that would be appreciated! Many thanks! Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 @embroom Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* Title */ .image-card-wrapper .image-title * { font-size: 50px !important; } /* Sub title */ .image-card-wrapper .image-subtitle-wrapper * { font-size: 20px !important; } } 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
embroom Posted October 23, 2019 Author Share Posted October 23, 2019 Thanks for the quick reply! unfortunately this didn't work.. Any other suggestions? Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 sorry, forgot, the code only works for mobile, change 640px to 990px If it still doesn't work for both, can you share site url? i can take a look. 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
embroom Posted October 23, 2019 Author Share Posted October 23, 2019 Super! Worked a treat Thanks so much Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 @embroom You can like (heart icon, bottom right) & upvote, if the question is correct. Thanks. 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.