Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @vloo

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    @media (max-width: 480px) {
      .btn-link:link, .btn-link:visited {
         padding: 10px !important;
         min-width: 210px !important;
      }
    }

    Let me know if that does it.
    Thank you.

    Thread Starter Vladimir Vassilev

    (@vloo)

    Thank you, @snehalb890 , but we already did a fix in our child theme. I’m reporting it here, as it’s clearly a thing to be updated in the styles of the original theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Continue Reading” button too wide on mobile’ is closed to new replies.