Full page for the home.
update nav text size
.top-bar-container, .tab-bar {
margin-bottom: 2rem; }
+#menu-menu-1 .dropdown li a {
+ font-size: 12px;
+ font-weight: bold; }
+
#wpadminbar {
position: fixed !important; }
background: #0568b3; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
- /*background: #272727;*/
background: #0568b3; }
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
- /*background: #202020;*/
background: #0568b3; }
@media only screen and (min-width:40.063em) {
</div>
<div class="small-12 medium-7 show-for-medium-up columns">
<div class="row collapse">
- <div class="glmSocial small-6 columns text-right">
+ <div class="glmSocial medium-12 large-6 columns text-right">
<a href="#"><img src="<?php echo get_stylesheet_directory_uri();?>/assets/img/images/facebook.png"/></a>
<a href="#"><img src="<?php echo get_stylesheet_directory_uri();?>/assets/img/images/twitter.png"/></a>
877-427-5444
</div>
- <div class="small-6 columns text-center">
+ <div class="medium-12 large-6 columns text-center">
<ul class="right global-nav">
<li><a href="#">Contacts Us</a></li>
<li><a href="#">Check Email</a></li>
</div>
<div class="row">
- <div class="small-12 large-8 columns" role="main">
+ <div class="small-12 large-12 columns" role="main">
<?php do_action('foundationPress_before_content'); ?>
</div>
- <?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
.top-bar-container, .tab-bar {
margin-bottom: rem-calc(32);
}
+#menu-menu-1 .dropdown li a {
+ font-size: 12px;
+ font-weight: bold;
+}
// Fix the issue where the WP adminbar overlaps the mobile menu
#wpadminbar {
}
// A more subtle background color for the active menu item
.top-bar-section li.active:not(.has-form) a:not(.button) {
- /*background: #272727;*/
background: #0568B3;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
- /*background: #202020;*/
background: #0568B3;
}