.golf-container #golf-logo {
position: absolute;
top: 0;
- right: 0; }
+ right: 21px; }
@media screen and (max-width: 1055px) {
.golf-container #golf-logo {
display: none; } }
top: -6px; } }
main#golf-template #content-wrapper {
top: 0; }
-main#golf-template ul.sidenav {
+main#golf-template #quicknav h1 {
+ font-size: 1.875rem; }
+main#golf-template #quicknav ul.sidenav {
list-style: none;
margin-left: 0; }
#off-canvas-golf {
margin-bottom: 20px;
- margin-left: 1.1rem; }
+ margin-left: 30px; }
input.button {
margin-left: 25px;
} else {
$ID = $parent->ID;
}
- echo '<h1>'.get_the_title($ID).'</h1>';
+ echo '<h1>MI Centeral Swing Golf</h1>';
echo '<ul class="sidenav"><!-- begin -->'."\n";
echo wp_list_pages( 'child_of='.$ID.'&title_li=&depth=1&echo=0');
echo '</ul><!-- end -->'."\n";
</div>
<?php get_template_part('parts/top-bar');?>
<div class="row collapse golf-container">
- <a href="<?php echo get_permalink(3041); ?>"><img id="golf-logo" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg"></a>
+ <a href="<?php echo get_permalink(3041); ?>"><img id="golf-logo" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-small.jpg"></a>
</div>
<a id="sm-logo" class="show-for-small-down text-center" href="<?php bloginfo('url'); ?>"><img alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/mt-pleasant-pure-mi-logo.png"></a>
</header>
?>
</div>
<div class="row">
- <div id="main-content" class="small-12 medium-9 medium-push-3 columns">
+ <div id="quicknav" class="show-for-largep-up large-4 columns">
+ <?php glm_side_menu();?>
+ </div>
+ <div id="main-content" class="small-12 large-8 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
<p><?php _e('Sorry, no results found.');?></p>
<?php endif;?>
</div>
- <div class="small-12 medium-3 medium-pull-9 columns">
- <?php glm_side_menu();?>
- </div>
</div>
<?php get_template_part('parts/interior-footer'); ?>
</div>
<aside class="left-off-canvas-menu hide-for-large-up">
<?php //glm_offcanvas_menu(); ?>
<?php mountpleasantcvb_mobile_off_canvas(); ?>
- <a href="<?php echo get_permalink(3041); ?>"><img id="off-canvas-golf" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg"></a>
+ <a href="<?php echo get_permalink(3041); ?>"><img id="off-canvas-golf" alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-small.jpg"></a>
<form role="search" method="get" id="formsearch" action="<?php echo home_url('/'); ?>">
<input class="search-input" type="search" placeholder="SEARCH" value="" name="s" id="off-search">
<input type="submit" class="button" name="submit" value="Search">
}
#off-canvas-golf {
margin-bottom: 20px;
- margin-left: 1.1rem;
+ margin-left: 30px;
}
input.button {
margin-left: 25px;
#content-wrapper{
top: 0;
}
- ul.sidenav {
- list-style: none;
- margin-left: 0;
+ #quicknav {
+ h1 {
+ font-size: rem-calc(30);
+ }
+ ul.sidenav {
+ list-style: none;
+ margin-left: 0;
+ }
}
}
main.search-results {
#golf-logo {
position: absolute;
top: 0;
- right: 0;
+ right: 21px;
@media screen and (max-width: 1055px){
display: none;
}