marlomc Posted May 19, 2022 Share Posted May 19, 2022 Site URL: https://www.charthouseinn.com/ Can someone help me with this issue I'm having I have line breaks on the site that work on the desktop view, but on mobile they create very weird line breaks. If I fix the line breaks in mobile it looks bad in desktop. Is there a code I can use that will make the mobile version not apply the line breaks? ex: this is how it reads on desktop: The Chart House Inn is centrally located in Newport, Rhode Island —the City by the Sea. but on mobile it reads: The Chart House Inn is centrally located in Newport, Rhode Island —the City by the Sea. Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-ce63a81ae0b3ec886182 br { display: none; } } 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