How to change post title font size on homepage on phone?

Hi,

Thanks for the great theme. On my home page, I list the posts and their abstracts. On desktop and iPads, they show fine. But on my phone, the post titles are so large that letters bump into each other if there’s multiple lines. How do I change it?

My site is betweenplaces.net

Thanks!

Hi @annie,

I hope you are well today and thank you for your question.

I could confirm the issue on your shared site but it’s working fine on my test site using latest version of Travelify theme that you are using on your site.

I troubleshooted the issue and found it’s happening because of CSS conflict on your site.

To resolve the issue could you please try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#main h2.entry-title {
  line-height: 44px;
}

Best Regards,
Movin

Thanks @movin. That worked!

You are most welcome here :slight_smile: