roarcreativity Posted August 2, 2023 Share Posted August 2, 2023 (edited) Scrolling text is set to paragraph and 2rem which at the time visually worked and matched the size all other instances this of type style. But coming back a day later this seems to have randomly broken. I've had glitches with background colours on the scrolling text disappearing before but not this. I'm struggling to target this issue using CSS. I've attached screenshots of what it use to look like on desktop and mobile. I think the issue is that even though it's set to 2rem the scrolling text is no longer responsive, meaning that it stays consistent even on a very large screen and a very small screen, when all other type sizes change as they should. ruby-accordion-9jn2.squarespace.com Anyone able to help or know what is going on? Thank you Edited August 2, 2023 by roarcreativity Link to comment
tuanphan Posted August 3, 2023 Share Posted August 3, 2023 You can use this CSS to control size on desktop + mobile .marquee-block * { font-size: 30px !important; } @media screen and (max-width:767px) { .marquee-block * { font-size: 20px !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