Skip to content

Instantly share code, notes, and snippets.

@ianthompson
Created August 29, 2016 08:16
Show Gist options
  • Save ianthompson/7bd8e950d5a7d730c8e8ae76973177d0 to your computer and use it in GitHub Desktop.
Save ianthompson/7bd8e950d5a7d730c8e8ae76973177d0 to your computer and use it in GitHub Desktop.
Adjust Beaver Builder Header column widths
@media (min-width: 768px) {
.fl-page-header-primary .row > div:first-child {
width: 70%;
}
.fl-page-header-primary .row > div:last-child {
width: 30%;
}
}
.fl-builder img {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment