JonathanGitlin Posted July 22, 2020 Share Posted July 22, 2020 Site URL: http://www.glossi.io Hi all, Can someone tell me how to resize the font on a markdown menu for mobile? The specific section I am trying to resize are the questions in "Frequently Asked Questions." (photo attached) Thanks Jonathan Link to comment
tuanphan Posted July 26, 2020 Share Posted July 26, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { .markdown-block h2 { font-size: 10px; } } </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.