• Resolved carolina

    (@arkitecturahoy)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @arkitecturahoy ,

    Sorry for the late reply.

    Try to add the code below in the custom CSS option in the General options tab.

    @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.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @arkitecturahoy,

    Did you managed to give it a try?

    Let me know.

    Plugin Author Rui Guerreiro

    (@takanakui)

    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.