agmantia Posted August 19, 2020 Share Posted August 19, 2020 Site URL: https://www.travisvoice.com/about how do I edit the text size for a mark down box for mobile view? Ive already added syntax for the markdown box for desktop view including font size, weight, and style, but its too large for mobile desktop vs current mobile view Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { .markdown-block span strong { font-size: 25px; } } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.