Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created January 19, 2018 12:12
Show Gist options
  • Save pro-beaver/1bada610c77f7a88056f4b442ffbcf48 to your computer and use it in GitHub Desktop.
Save pro-beaver/1bada610c77f7a88056f4b442ffbcf48 to your computer and use it in GitHub Desktop.
Change menu area width in header area of Beaver Builder Theme
/**
* Change menu area width in header area of Beaver Builder Theme
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=2604
*
*/
@media (min-width: 992px) {
.fl-page-nav-right .fl-page-nav-wrap {
width: 800px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment