• Resolved spandau2000

    (@spandau2000)


    Hi,

    My pull quotes are all working great on my site when viewed on a desktop computer, but on mobile devices the quotes are getting cut off the side of the screen. Is there any CSS code I should use to make it mobile friendly?

    Thanks!

    • This topic was modified 5 years, 10 months ago by spandau2000.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Adam DeHaven

    (@adamdehaven)

    Your theme has a style that is causing the issue. Just add the following CSS to your site:

    @media screen and (max-width: 768px) {
        .perfect-pullquote {
            max-width: 90% !important;
        }
    }
    
    Thread Starter spandau2000

    (@spandau2000)

    That’s great – it has worked! Thanks for your help Adam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can Pullquotes be made Mobile Friendly?’ is closed to new replies.