I have a h2 tag with the text Ab-Cd. But when the screen is resized horizontally, the Ab- and Cd comes in separate lines. I have already tried word-wrap css but not effect.
<h2>..... Ab-Cd .....</h2>
Is there any way to make Ab-Cd stick together in a responsive design?
Many Thanks!!