carrie1 Posted March 22, 2020 Share Posted March 22, 2020 Hey There! I'm looking to make the index gallery text large on desktop but smaller on mobile. when I focus on making it fit on mobile properly...it's way too small on desktop. Is there a code to lower the text font size on mobile for index gallery images? Thanks! site: www.wespeak.bm Template: brine page: www.wespeak.bm/community-support Link to comment
tuanphan Posted March 22, 2020 Share Posted March 22, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { .Index-gallery-item-content-body * { font-size: 10px; } } </style> 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
carrie1 Posted March 23, 2020 Author Share Posted March 23, 2020 @tuanphan THANK YOU! seems to be working great 🙂 Link to comment
carrie1 Posted March 24, 2020 Author Share Posted March 24, 2020 On 3/22/2020 at 7:08 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { .Index-gallery-item-content-body * { font-size: 10px; } } </style> Hey @tuanphan! Would you know by chance how to manipulate the size of the container of the gallery summary block on desktop only? I know we can change the size in the design settings which is great...but I'd like for it to be a certain size (height) on desktop and another size on mobile. Do you think this is possible to tighten up the height on desktop only? I've included a snap shot of how high I needed to go on desktop to make it fit on mobile... THANK YOU! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.