Comments 1San started the conversationNovember 4, 2018 at 12:50pmHi, I increased the post title size (custom size used) and it works fine in desktop.But when the post opened in mobile/tablet. the default post title size appearing instead of custom size.Pl suggest, how get custom post title size everywhere.Thanks 2,700PenciDesign repliedNovember 4, 2018 at 1:28pmHi,It shouldn't apply for the size on the mobile because the screen size on mobile & desktop is big different.You can add more this code to Customize > Addinational CSS to change the post title size on mobile: @media screen and (max-width: 768px){ .single.penci-single-style-1 .penci-entry-title{ font-size: 36px; } } Change value 36 to value you want.Best Regards,PenciDesign 1San repliedNovember 5, 2018 at 7:22amThanks for the help. Sign in to reply ...
Hi, I increased the post title size (custom size used) and it works fine in desktop.
But when the post opened in mobile/tablet. the default post title size appearing instead of custom size.
Pl suggest, how get custom post title size everywhere.
Thanks
Hi,
It shouldn't apply for the size on the mobile because the screen size on mobile & desktop is big different.
You can add more this code to Customize > Addinational CSS to change the post title size on mobile:
Change value 36 to value you want.
Best Regards,
PenciDesign
Thanks for the help.