Hello, @devideomakers,
I checked your site on my phone it seems that is working fine to at my end. Please have look at the given screenshot below.
In case if you want to reduce the font size of the post title you can add this custom CSS code under X–>Theme Option —>CSS.
@media(max-width:479.98px){
.single-post .entry-title{
font-size: 100%;
}
}
Please feel free to change the font-size value as per your design.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks