SUITS theme – nav text size & padding

  • Hi! I’m using the new Suits theme and need some help with a couple things.

    First, I’d like to increase the text size in the navigation bar. I know I can do this in custom CSS, but I don’t want the headings any larger.

    Secondly, I’d like to adjust the space between the nav bar and each post; I don’t want my dropdown “CONTENTS” menu to fall over any of my posts.

    Thanks!

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

  • Try something like this:

    .nav-menu li a {
    	font-size: 14px !important;
    }
    .site-main {
    	padding-top: 150px;
    }

    You might want to play around with the numbers above to get the measurements you want.

  • The topic ‘SUITS theme – nav text size & padding’ is closed to new replies.