Skip to content

Instantly share code, notes, and snippets.

@luisciphere
Created May 18, 2018 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisciphere/f5fa5f2b68cfa2f73d643b5e6fd9c5da to your computer and use it in GitHub Desktop.
Save luisciphere/f5fa5f2b68cfa2f73d643b5e6fd9c5da to your computer and use it in GitHub Desktop.
<!-- Menu edits temp -->
<?php
$logheight = get_field('logo_height', 'option');
$btnheight = 40 + $logheight;
?>
<style media="screen">
.header-logo {
height: <?php echo $logheight; ?>px;
}
.menu-toggle {
height: <?php echo $btnheight; ?>px;
width:
}
</style>
<!-- Menu edits temp -->
+remove width from header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment