WouNDs Posted August 2, 2021 Posted August 2, 2021 Site URL: https://www.quillsoft.ca/ Hello, Is it possible to auto resize text to a single line? In particular, for mobile viewing. In the screen shot attached, I would like both the button text and link text to be on a single line. Thank you!
tuanphan Posted August 4, 2021 Posted August 4, 2021 Add to Design > Custom CSS /* Home top button */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1627490242705_36888 a { white-space: nowrap; font-size: 12px; } } WouNDs 1 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!)
GregSlicer Posted March 26, 2023 Posted March 26, 2023 Hi @tuanphan, I am encountering a similar issue on my product page. What code would work to fix my issue?
tuanphan Posted March 30, 2023 Posted March 30, 2023 On 3/26/2023 at 1:12 PM, GregSlicer said: Hi @tuanphan, I am encountering a similar issue on my product page. What code would work to fix my issue? I see you figured it out 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