Can you show me how and where to:
- Make menu items left-justified
- Increase font size
- Decrease menu row height
Thank you :)
Please try adding the given css :
#menu-mobile-menu li a {
font-size: 24px;
padding: 4px 0;
}
Moving to cusomizations .
Thanks, Alex. When you say "Add to CSS," is it always in the same location? Where?
Also, can you show me how/where to make the mobile menu items left justified so that they line up along left margin of dropdown menu instead of being centered in dropdown menu display?
Thanks, Alex.