• Hi,

    The titles of posts are too big on archive pages, category pages and tag pages when they appear both on a mobile and a tablet. They look fine on PC screens. Could you help me with this?

    Thank you in advance,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @green4547,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media (min-width: 576px) and (max-width: 991px) {
      .archive .posts-layout .entry-title {
        font-size: 18px;
      }
    }
    
    @media (max-width: 575px) {
      .archive .posts-layout .entry-title {
        font-size: 16px;
      }
    }
    Thread Starter green4547

    (@green4547)

    Hi @kharisblank ,

    Unfortunately, the code did not work. I tried a few times. Would it be possible for you to provide me with a different code?

    Thanks,

    Hi @green4547,

    Thank you for getting back!

    I would have suggested the correct code if you could have used this field in your initial query.

    Thread Starter green4547

    (@green4547)

    Hi @kharisblank ,

    I have confidence in you and your code. However, after trying to copy the code in a few different ways, it still did not work. I wonder why. Well, I leave them as they are.

    Thank you anyway!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post titles too big on archive pages on mobile/tablet’ is closed to new replies.