• The text on my website isn’t being fully responsive. when my phone is vertical the text words split over two lines.

    website is https://www.fretsuccess.com

    The issues are present on a few pages but an example is the testimonial page where the s of testimonials is on a second line.

    Any ideas how to fix this?

Viewing 1 replies (of 1 total)
  • Hello @danclayton1234,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    @media only screen and (max-width: 767px) {
        body.page-id-538 section .widget-title {
            font-size: 28px;
        }
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Text isnt responsive on mobile’ is closed to new replies.