Jl87 Posted May 14, 2022 Share Posted May 14, 2022 Site URL: http://www.gtmenabler.com Hi! Is there a way to prevent text from wrapping to the next line on mobile for any header text? See images below. I want the titles here to look the same on desktop as it does on mobile (i.e. no wrapping of "team" and "revenue" etc) Thanks! Link to comment
Solution humxahafeex Posted May 14, 2022 Solution Share Posted May 14, 2022 Hi Please try to put the following code in Design> Custom Css @media screen and (max-width: 640px) { #block-627f0621357b994502063985>div>h3{ font-size:1.5em; } } Hope it helps , If it works , Don't forget to mark it as Solved. 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