Okay
  Public Ticket #2086745
Mobile Men
Closed

Comments

  • Paul started the conversation

    i love the theme but the Mobile menu font is too large and it is not totally responsive?  How do i reduce the font as it very large would be start?  Class?

  •  1,809
    Support replied

    Hi Paul,

    which fonts exactly can you send us a screenshot, it depends on the context.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Paul replied

    Hi thanks for the quick reply. On desktop and Ipad no problems but the full menu is not shown on mobile (below "other". Plus i think the fonts are too large anyhow so i would like to lower than from the current 48px (class a.?)

  •  1,809
    Support replied

    Hi Paul

    first try to adjust the big menu fonts with:

    @media only screen and (max-width: 1466px){
        nav>ul>li>a {
            line-height: 58px;
            font-size: 48px;
        }

    }

    Decrease both font size and line height. Note that these styles for all screen with max width less than 1466px

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Paul replied

    Thank you - worked perfectly.