Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created April 25, 2017 04:59
Show Gist options
  • Save pro-beaver/24a94e4e4e735406f2777c2948fd1400 to your computer and use it in GitHub Desktop.
Save pro-beaver/24a94e4e4e735406f2777c2948fd1400 to your computer and use it in GitHub Desktop.
Center align logo image in mobile view of Beaver Builder theme
/**
* Center align logo image in mobile view of Beaver Builder theme
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=1555
*
*/
@media only screen and (max-width: 768px) {
.fl-page-nav-toggle-icon .fl-page-header-logo {
text-align: center !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment