ArianaBlossom Posted April 25, 2022 Share Posted April 25, 2022 Site URL: https://uncommonaccord.com/ I am wanting to ensure that Header 2 is always fixed. To clarify, I want to ensure that no matter the computer screen size someone is looking, that Header 2 is always locked into one line and never broken into two. Can someone help me with the coding on this? Thank you in advance! Link to comment
tuanphan Posted April 27, 2022 Share Posted April 27, 2022 Hi, How about on mobile? You want it one line or? 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
ArianaBlossom Posted May 4, 2022 Author Share Posted May 4, 2022 If possible, that would be great. Link to comment
tuanphan Posted May 8, 2022 Share Posted May 8, 2022 On 5/4/2022 at 8:19 PM, ArianaBlossom said: If possible, that would be great. Add to Design > Custom CSS h2 { white-space: nowrap !important; } @media screen and (max-width:640px) { h2 { font-size: 16px; } } 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