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

    I am having issues with some of the text not scaling down when viewing on a mobile device. Is there a while to force the text to scale down?

    I am having issues on this page:
    http://firstclassfencing.ca/financing/

    It is happening on a couple other pages too but I think if we solve it for one page it should solve the issue for all.

    Thanks

    #417268

    Hey tylerhoekstra!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    h1 {
      font-size: 46px!important;
    }}

    Regards,
    Yigit

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