Text position mixed in Header Module (mobile)

Hello,
URL : PinProgram.com
I am using Newspaper X theme for my Blog/New portal. I have an issue, the header module Text becomes mixed in photo of other post [see here : PinProgram.com] [In Mobile Browser not in desktop]

Hello there,

I hope you are doing well today.

Can you please add an image of the issue? The title appears to be fine on my end.

Best Regards,
Support

See photo (Attachment)

You can see in image the category “editorial” & date is below the block

Hello there,

I see the issue.

Please try this CSS to change the font size on mobile:


@media only screen and (max-width: 900px) {
.newspaper-x-recent-posts > ul > li .newspaper-x-post-info a {
    font-size: 25px;
}
}

Best Regards,
Support

Thanks! Problem Solved.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support