Single post content font size
How can I change the font size of the content on a single post page for the mobile format? Here is a link: https://laurarochaofficial.com/laura-ullam-corpori/
Thank you
How can I change the font size of the content on a single post page for the mobile format? Here is a link: https://laurarochaofficial.com/laura-ullam-corpori/
Thank you
Comments
Hi,
Please try the following CSS code:
@media only screen and (max-width: 767px){ .single-post .the_content_wrapper p{ font-size: 12px; line-height: 18px; } }Thanks
Thank you!