I tweaked the code a tiny bit so there shouldn’t be any horizontal wrap on small screen by adding white-space: normal;
on h3
.
Also, you can remove margin: 0 auto 0 !important;
if you wish to keep a background image. It can look good. Example:
I tweaked the code a tiny bit so there shouldn’t be any horizontal wrap on small screen by adding white-space: normal;
on h3
.
Also, you can remove margin: 0 auto 0 !important;
if you wish to keep a background image. It can look good. Example: