badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Archive Posts Title Font Size (on Mobile)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #98263
    newsdev
    Participant

    Hi, if I modify the font size of “Archive Post Title” in customize->typography, I can successfully make the titles of the entries appearing in the archive bigger, but not on mobile: they still appear quite small.

    What would be the additional CSS code to accomplish this? Thanks.

    #98311
    newsdev
    Participant

    Ok I think I sorted it out with this:


    @media
    only screen and (max-width: 480px) {
    .site-main .entry-title {
    font-size: 23px;
    }
    }

    #98368

    Hi newsdev,

    It’s great that you solved the issue by yourself.
    Please let us know if you have got any other issues regarding the Theme.

    Thanks

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