• Blog post titles are displaying completly on mobile and getting too much space and create a negative impact on users.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @readerabdul,

    If you’d like to reduce the font-size on mobile for the titles on the Blog and Archive pages, try adding this through Appearance > Customize > Additional CSS:

    @media (max-width: 768px){
      body:is(.archive,.blog) h2.entry-title a {
            font-size: 25px;
        }  
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Blog Posts Title Issue On Mobile’ is closed to new replies.