Title: Responsive font
Last modified: May 20, 2023

---

# Responsive font

 *  Resolved [carolina](https://wordpress.org/support/users/arkitecturahoy/)
 * (@arkitecturahoy)
 * [3 years ago](https://wordpress.org/support/topic/responsive-font/)
 * I’m using mobile menu plugin for displaying manin menu on mobile and desktop 
   version.
 * I’ve already set the fonts, but I need a font size form mobile and other size
   for desktop, and no CSS code has worked out for it.
 * What should I do? Thank you
 * CLL
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-font%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [3 years ago](https://wordpress.org/support/topic/responsive-font/#post-16795948)
 * Hi [@arkitecturahoy](https://wordpress.org/support/users/arkitecturahoy/) ,
 * Sorry for the late reply.
 * Try to add the code below in the custom CSS option in the General options tab.
 *     ```wp-block-code
       @media only screen and (max-width:978px) {
           #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name{
               font-size:20px!important;        
           }
       }
       ```
   
 * Clear the cache and test again.
    -  This reply was modified 3 years ago by [Rui Guerreiro](https://wordpress.org/support/users/takanakui/).
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/responsive-font/#post-16819911)
 * Hi [@arkitecturahoy](https://wordpress.org/support/users/arkitecturahoy/),
 * Did you managed to give it a try?
 * Let me know.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/responsive-font/#post-16891001)
 * Will close the topic for now. Let me know if necessary.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive font’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/responsive-font/#post-16891001)
 * Status: resolved