projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7abfc88
)
Top-bar main interior menu now only visible in large; else off-canvas
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Jul 2017 20:55:13 +0000
(16:55 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Jul 2017 20:55:13 +0000
(16:55 -0400)
sections/top-bar.php
patch
|
blob
|
history
diff --git
a/sections/top-bar.php
b/sections/top-bar.php
index
8d6817c
..
d030fdf
100644
(file)
--- a/
sections/top-bar.php
+++ b/
sections/top-bar.php
@@
-7,11
+7,11
@@
if ( get_abs_parent() ) {
$page_slug = $page->post_name;
if( in_array(get_page_template(), page_templates()) || in_array($page_slug,get_landing_pages()) ){ ?>
- <div id="interior-menu">
+ <div id="interior-menu"
class="show-for-large"
>
<div class="top-bar">
<div class="top-bar-left">
<?php } else { ?>
- <div id="main-menu">
+ <div id="main-menu"
class="show-for-large"
>
<div class="top-bar">
<div class="top-bar-left">
<?php }