fc938ea7 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 12286810
...@@ -14302,11 +14302,14 @@ h2, .h2 { ...@@ -14302,11 +14302,14 @@ h2, .h2 {
14302 align-items: flex-start; 14302 align-items: flex-start;
14303 width: 275px; 14303 width: 275px;
14304 height: 768px; 14304 height: 768px;
14305 flex-wrap: nowrap;
14305 } 14306 }
14306 #main-nav .container .custom-logo-link { 14307 #main-nav .container .custom-logo-link {
14307 width: 206px; 14308 width: 206px;
14308 } 14309 }
14309 #main-nav .container .navbar-collapse { 14310 #main-nav .container .navbar-collapse {
14311 flex-basis: 100%;
14312 display: flex !important;
14310 align-items: flex-start; 14313 align-items: flex-start;
14311 margin-top: 70px; 14314 margin-top: 70px;
14312 } 14315 }
......
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.
...@@ -31,7 +31,7 @@ $container = get_theme_mod( 'understrap_container_type' ); ...@@ -31,7 +31,7 @@ $container = get_theme_mod( 'understrap_container_type' );
31 wp_nav_menu( 31 wp_nav_menu(
32 array( 32 array(
33 'theme_location' => 'primary', 33 'theme_location' => 'primary',
34 'container_class' => 'collapse navbar-collapse', 34 'container_class' => 'collapse navbar-collapse show',
35 'container_id' => 'navbarNavDropdown', 35 'container_id' => 'navbarNavDropdown',
36 'menu_class' => 'navbar-nav ms-auto', 36 'menu_class' => 'navbar-nav ms-auto',
37 'fallback_cb' => '', 37 'fallback_cb' => '',
......
...@@ -71,10 +71,13 @@ ...@@ -71,10 +71,13 @@
71 align-items: flex-start; 71 align-items: flex-start;
72 width: 275px; 72 width: 275px;
73 height: 768px; 73 height: 768px;
74 flex-wrap: nowrap;
74 .custom-logo-link{ 75 .custom-logo-link{
75 width: 206px; 76 width: 206px;
76 } 77 }
77 .navbar-collapse{ 78 .navbar-collapse{
79 flex-basis: 100%;
80 display: flex!important;
78 align-items: flex-start; 81 align-items: flex-start;
79 margin-top: 70px; 82 margin-top: 70px;
80 a{ 83 a{
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0 8 Version: 1.2.0001
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......