On my site https://balrajdesign.com/badrun/ Fullwidth Easy Slider mobile version , I would like to add a BR tag after the words “KHAN FOR” so the title breaks on two line like it does on desktop. I tried adding the actual BR tag but it is showing up on the front end on the site.
How do I achieve this?
Hey navindesigns,
Well, it is not easy to have the br just on mobile, but this css can work:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
width: 50%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria