• hi
    1. is there any way to change the fint size on mobile menu?
    2. can i change the aligne to center?

    thanks
    rotem

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello logosigns,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    @media(max-width: 480px){
      #responsive-menu ul li {
        font-size: 18px;
        text-align: center;
      }
    }

    Hope this will helps you.

    Thanks !

Viewing 1 replies (of 1 total)
  • The topic ‘menu font size on mobile’ is closed to new replies.