I moved the top bar navigation a bit farther down to keep it from
overlaping the golf logo.
text-align: right; }
.top-bar {
- margin-top: 105px; }
+ margin-top: 125px; }
@media (max-width: 1055px) {
.top-bar {
display: none !important; } }
<li><a href="<?php echo get_page_link($contactPage->ID);?>">Contact</a></li>
<?php endif;?>
</ul>
- <a id="golf-logo" class="right"><img src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo.jpg"></a>
+ <a id="golf-logo" class="right"><img alt="Michigan's Central Swing" src="<?php bloginfo('template_url'); ?>/assets/central-swing-logo-interior.jpg"></a>
</div>
</div>
<?php get_template_part('parts/top-bar');?>
}
}
.top-bar {
- margin-top: 105px;
+ margin-top: 125px;
@media (max-width: 1055px) {
display: none !important;
}