I changed the layout of the template and redid the styles of the h1.
main#golf-template #quicknav {
background: #690433; }
main#golf-template #quicknav h1 {
- font-size: 1.875rem;
+ font-size: 1.375rem;
color: #FFFFFF; }
main#golf-template #quicknav ul.sidenav {
list-style: none;
?>
</div>
<div class="row">
- <div id="quicknav" class="show-for-large-up large-4 columns">
+ <div id="quicknav" class="show-for-large-up large-3 columns">
<?php glm_side_menu();?>
</div>
- <div id="main-content" class="small-12 large-8 columns">
+ <div id="main-content" class="small-12 large-9 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
#quicknav {
background: $maroon;
h1 {
- font-size: rem-calc(30);
+ font-size: rem-calc(22);
color: $white;
}
ul.sidenav {