Okay
  Public Ticket #1289773
Menu item size font
Closed

Comments

  • Kelly started the conversation

    Hello,

    I would like to know how to make my main menu items smaller (smaller size) to fit 2-3 more items because when I add more they go on top of each other. Thank you

  •  2,005
    Ocean replied

    Hi,

    you can add css code. Go to Modis option/Styling Setting/Css Code => add css

    #mainmenuv {

    font-size: your-size;

    }