Mobile Font Size and Line Spacing Posted in : Read WP melvinneoParticipant 9 March 2022 at 13:44 #74916 Hi, How can I change the font size just for mobile? They look small on mobile? How can I change the line spacing? serkanModerator 11 March 2022 at 16:16 #74938 Hi, You can try to use this custom css code; @media screen and (max-width: 767px) { p { font-size: 15px; line-height: 1.7; } } Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register