PamP Posted January 11, 2022 Share Posted January 11, 2022 Site URL: http://jajaphotography.com/ Hi, I'd like to force the email to be on one line when viewed on mobile, Please see screenshot attached. I have tried this, but it doesn't work. Really need your help. /* Mobile-scrolling text */ @media screen and (max-width:750px) { .scroll { white-space: nowrap !important; overflow: visible !important; } Thanks Link to comment
tuanphan Posted January 12, 2022 Share Posted January 12, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { footer.sections [href*="mailto"] { font-size: 16px; 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!) 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