Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1175251

    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?

    #1175601

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.