4f81f235 by Jeff Balicki

menu fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f14c060f
......@@ -14292,7 +14292,7 @@ html, body {
body {
overflow-x: hidden;
overflow-y: scroll !important;
overflow-y: hidden !important;
}
.home.page-template-default #main-nav {
......@@ -14487,6 +14487,13 @@ h1 + p, .h1 + p {
transform: translateY(-11px) rotate(-45deg);
}
.side-menu {
overflow-y: auto;
overflow-x: hidden;
height: 100%;
width: 90%;
}
#main-menu {
flex-direction: column;
}
......@@ -14515,7 +14522,8 @@ h1 + p, .h1 + p {
flex-basis: 100%;
display: flex !important;
align-items: flex-start;
margin-top: 70px;
margin-top: 20px;
margin-bottom: 20px;
}
#main-nav .container .navbar-collapse a {
text-decoration: none;
......
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.
......@@ -24,7 +24,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- Your site branding in the menu -->
<?php get_template_part( 'global-templates/navbar-branding' ); ?>
<div class="side-menu">
<!-- The WordPress Menu goes here -->
<?php
......@@ -33,7 +33,7 @@ $container = get_theme_mod( 'understrap_container_type' );
'theme_location' => 'primary',
'container_class' => 'collapse navbar-collapse show',
'container_id' => 'navbarNavDropdown',
'menu_class' => 'navbar-nav ms-auto',
'menu_class' => 'navbar-nav',
'fallback_cb' => '',
'menu_id' => 'main-menu',
'depth' => 0,
......@@ -42,6 +42,6 @@ $container = get_theme_mod( 'understrap_container_type' );
);
?>
<?php echo do_shortcode('[ultimatemember form_id="6"]'); ?>
</div>
</div><!-- .container(-fluid) -->
</nav><!-- #main-nav -->
......
......@@ -3,7 +3,7 @@ html, body {
}
body {
overflow-x: hidden;
overflow-y: scroll !important;
overflow-y: hidden !important;
}
.home.page-template-default {
......
......@@ -68,6 +68,12 @@
transform: translateY(-11px) rotate(-45deg);
}
}
.side-menu{
overflow-y: auto;
overflow-x: hidden;
height: 100%;
width: 90%;
}
#main-menu{
......@@ -93,7 +99,8 @@
flex-basis: 100%;
display: flex!important;
align-items: flex-start;
margin-top: 70px;
margin-top: 20px;
margin-bottom: 20px;
a{
text-decoration: none;
color: #000000;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0057
Version: 1.2.0058
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......