ToughGlass Posted February 4, 2022 Posted February 4, 2022 Site URL: https://toughglassworx.com.au/ Hello, When our site is viewed on mobile devices the text that hovers over the image sometimes spreads across two lines. Is there a code that automatically resizes the text hovering over images to resize to fit on one line on mobile devices only? Thanks for your help.
tuanphan Posted February 8, 2022 Posted February 8, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { body.homepage .design-layout-inline h2 a { font-size: 26px; white-space: nowrap !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment