moving toggle to the right (?)

This commit is contained in:
Holger Könemann 2017-08-11 20:47:30 +02:00
parent 009787cbcd
commit 828654fb6f
2 changed files with 5 additions and 6 deletions

View File

@ -39,10 +39,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="container">
<?php endif; ?>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Your site title as branding in the menu -->
<?php if ( ! has_custom_logo() ) { ?>
@ -61,6 +57,10 @@ $container = get_theme_mod( 'understrap_container_type' );
the_custom_logo();
} ?><!-- end custom logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- The WordPress Menu goes here -->
<?php wp_nav_menu(
array(

View File

@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.6.2",
"version": "0.6.3",
"description": "Wordpress Theme framework",
"main": "index.js",
"scripts": {
@ -52,6 +52,5 @@
"undescores-for-npm": "^1.0.0",
"jquery": "3.0.0",
"popper.js": "1.11.0"
}
}