453f6102 by Jeff Balicki

q a home page

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c817924f
......@@ -16862,7 +16862,8 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
flex-wrap: wrap;
border-left: 0.0625rem solid #999;
padding-left: 1.6875rem;
margin-left: 2.3125rem;
margin-left: 30px;
text-decoration: none;
}
.branding {
......@@ -16870,6 +16871,9 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
margin-bottom: 0rem;
margin-top: 0.9375rem;
}
.branding .navbar-brand {
margin-right: 0px;
}
#main-nav {
box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
......@@ -17212,7 +17216,7 @@ button, input, optgroup, select, textarea {
.appArea.responsive input[type=submit] {
margin-top: 0.625rem;
color: white !important;
padding: 0.4375rem 1.875rem 0.625rem 1.875rem !important;
padding: 0.5375rem 1.875rem 0.625rem 1.875rem !important;
width: auto !important;
font-size: 0.875rem !important;
line-height: 1.1875rem;
......@@ -17222,7 +17226,7 @@ button, input, optgroup, select, textarea {
background-color: #e00 !important;
margin-right: 0px;
float: right;
border: 1px solid transparent !important;
border: 0px solid transparent !important;
}
@media screen and (max-width: 48rem) {
.appArea.responsive input[type=submit] {
......@@ -19174,7 +19178,7 @@ ul.sf_date_field .sf-datepicker {
line-height: 2.25rem;
margin-bottom: 2.5rem;
width: 100%;
max-width: 45rem;
max-width: 1068px;
font-weight: bold;
}
@media only screen and (max-width: 48.875rem) {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
<?php
/**
* Navbar branding
*
* @package Understrap
* @since 1.2.0
*/
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
if ( ! has_custom_logo() ) { ?>
<?php if ( is_front_page() && is_home() ) : ?>
<h1 class="navbar-brand mb-0">
<a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
<?php bloginfo( 'name' ); ?>
</a>
</h1>
<?php else : ?>
<a class="navbar-brand" rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
<?php bloginfo( 'name' ); ?>
</a>
<?php endif; ?>
<?php
} else {
the_custom_logo();
}
......@@ -24,7 +24,9 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- Your site branding in the menu -->
<div class="branding">
<?php get_template_part( 'global-templates/navbar-branding' ); ?>
<div class="site-title">MSF CLIMATE HUB</div>
<a rel="home" class="site-title" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
<div class="">MSF CLIMATE HUB</div>
</a>
</div>
<!-- <button
class="navbar-toggler"
......
......@@ -246,7 +246,7 @@ button, input, optgroup, select, textarea{
input[type="submit"] {
margin-top: 0.625rem;
color:white !important;
padding: 0.4375rem 1.875rem 0.625rem 1.875rem!important;
padding: 0.5375rem 1.875rem 0.625rem 1.875rem!important;
width: auto !important;
font-size: 0.875rem !important;
line-height: 1.1875rem;
......@@ -256,7 +256,7 @@ button, input, optgroup, select, textarea{
background-color: #e00 !important;
margin-right: 0px;
float: right;
border: 1px solid transparent !important;
border: 0px solid transparent !important;
@media screen and (max-width: 48rem) {
margin-right: -15px;
}
......
......@@ -20,7 +20,7 @@
line-height:2.25rem ;
margin-bottom: 2.5rem;
width: 100%;
max-width: 45rem;
max-width: 1068px;
font-weight: bold;
@media only screen and (max-width: 48.875rem) {
font-size: 1.125rem;
......
......@@ -10,7 +10,8 @@
flex-wrap: wrap;
border-left: 0.0625rem solid #999;
padding-left: 1.6875rem;
margin-left: 2.3125rem;
margin-left: 30px;
text-decoration: none;
}
......@@ -20,6 +21,9 @@
display: flex;
margin-bottom: 0rem;
margin-top: 0.9375rem;
.navbar-brand{
margin-right:0px ;
}
}
#main-nav{
box-shadow: 0rem 0.1875rem 0.375rem #00000029;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.446
Version: 1.0.447
*/
......