• Is there any way to change the font size of the menu and change it from displaying in the top right corner of the header to the bottom right?

Viewing 1 replies (of 1 total)
  • Hi,
    Add this to your child theme’s style.css

    
    .navbar .nav>li>a {
    font-size: 10px; //ADJUST
    }

    Please post your site url for further diagnosis.

Viewing 1 replies (of 1 total)

The topic ‘Menu font size and location’ is closed to new replies.