Okay
  Public Ticket #2577097
Header Text Responsiveness
Closed

Comments

  •  3
    Alana Sparrow started the conversation

    I would like to know how to adjust the responsiveness for post heading type. I do not see an option to do this individually. It seems it's only through the inherent adjustment made by enabling the themes responsive design which makes them too small on the phone.

  •  2,963
    Andrew replied

    HiĀ Alana,

    Add the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (max-width: 1000px) {
        body.single.single-post h1.entry-title {
        font-size: 32px !important;
        line-height: 35px !important;
        letter-spacing: 1px !important;
    }
    }
    

    Kind regards.