Skip to content

Instantly share code, notes, and snippets.

@skyshab
Last active August 14, 2016 15:49
Show Gist options
  • Save skyshab/7ea1dfeec937838ee9f132ea6768272c to your computer and use it in GitHub Desktop.
Save skyshab/7ea1dfeec937838ee9f132ea6768272c to your computer and use it in GitHub Desktop.
adjusting menu padding
@media only screen and (min-width: 981px){
/* set top padding on nav */
.et_header_style_left #et-top-navigation {
padding-top: 75px!important;
}
/* set bottom padding on nav item links */
.et_header_style_left #et-top-navigation nav > ul > li > a {
padding-bottom: 15px!important;
}
} /* end query */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment