Skip to content

Instantly share code, notes, and snippets.

@grantambrose
Created August 8, 2016 02:32
Show Gist options
  • Save grantambrose/d1726d5b683db8b92061d834d447cf89 to your computer and use it in GitHub Desktop.
Save grantambrose/d1726d5b683db8b92061d834d447cf89 to your computer and use it in GitHub Desktop.
Transparent header with the Beaver Builder theme
/* FOR GREATER THAN THE MEDIUM DEVICE BREAKPOINT */
@media screen and (min-width: 993px) {
/* ROW STYLING */
.top-banner .fl-row-content-wrap{
margin-top: -115px;
padding-top: 200px;
padding-bottom: 80px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment