Tagged: ,

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

    Hello,

    I’ve used rather large font-size in my theme, set via “advanced styling” dasboard. Now, the large fonts will not resize on mobile etc. resulting in text getting cut, how to fix? :)

    #474906

    Hey Athen!

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

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

    Cheers!
    Yigit

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