• Resolved rob4554

    (@rob4554)


    In desktop mode the sentence break works fine, but when the banner is in mobile phone the sentence doesnt break. Can you help me with this?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rob4554

    (@rob4554)

    * Sentence break doesn’t work

    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @rob4554
    You have some site wide CSS, possibly associated with your theme that causes the break to not show at mobile views. In Custom Site CSS:

    @media screen and (max-width: 800px) {
        .simple-banner br {
            display: inline;
        }
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sentence Break is Not working in mobile mode’ is closed to new replies.