Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #127037
    Nicholas Kinzaghi
    Participant

    Kindly check the title or header of my pages is extremely big and not phone friendly what can be the reason it is just H2 and fonts too big https://termpapersite.com/

    #127083
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to minimize the font size of the title.

    @media screen and (max-width: 421px){
    .home .site-title {
        font-size: 27px;
    }
    .home .site-description {
        font-size: 11px;
    }
    }

    You can adjust the font-size as per the requirement.

    Hope this helps.

    If you have further queries, let us know.

    Regards

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