Custom CSS – how to spread out menus

  • Unknown's avatar

    I’m trying to spread out my main menu and and set my sub-menu so that the title does not wrap. Is there and way to do this with custom CSS.

    This is the custom CSS that I have at the moment

    .main-navigation a {
    font-family: oswald;
    font-size: 150%;
    }

    .nav-menu .sub-menu, .nav-menu .children {
    font-family: oswald;
    font-size: 80%;
    }

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Custom CSS – how to spread out menus’ is closed to new replies.