Skip to content

Instantly share code, notes, and snippets.

@grantambrose
Last active September 13, 2016 01:15
Show Gist options
  • Save grantambrose/c7005d4acc330e8cb24b27881dd62f5c to your computer and use it in GitHub Desktop.
Save grantambrose/c7005d4acc330e8cb24b27881dd62f5c to your computer and use it in GitHub Desktop.
Change the width of the logo and menu sections in the Beaver Builder Theme
<div class="col-md-4 col-sm-12 fl-page-header-logo-col">
<div class="fl-page-header-logo" itemscope="itemscope" itemtype="http://schema.org/Organization">
<a href="<?php echo home_url(); ?>" itemprop="url"><?php FLTheme::logo(); ?></a>
</div>
</div>
<div class="fl-page-nav-col col-md-8 col-sm-12">
<div class="col-md-2 col-sm-12 fl-page-header-logo-col">
<div class="fl-page-header-logo" itemscope="itemscope" itemtype="http://schema.org/Organization">
<a href="<?php echo home_url(); ?>" itemprop="url"><?php FLTheme::logo(); ?></a>
</div>
</div>
<div class="fl-page-nav-col col-md-10 col-sm-12">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment