9689c08a by Jeff Balicki

fixed menu

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f67f9647
......@@ -14313,7 +14313,8 @@ body {
position: relative;
display: inline-block;
vertical-align: top;
width: calc(100% - 280px);
width: 100%;
padding-left: 280px;
padding-top: 0px;
}
@media only screen and (max-width: 1260px) {
......@@ -14323,6 +14324,7 @@ body {
#page-wrapper {
width: 100%;
min-height: 90vh;
padding-left: 0px;
}
}
#error-404-wrapper #content,
......@@ -14331,6 +14333,16 @@ body {
#page-wrapper #content {
position: relative;
width: 100%;
padding-left: 0px;
min-height: 80vh;
}
@media only screen and (max-width: 1260px) {
#error-404-wrapper #content,
#content #content,
#full-width-page-wrapper #content,
#page-wrapper #content {
padding-left: 15px;
}
}
.wrapper .container {
......@@ -14487,7 +14499,7 @@ h1 + p, .h1 + p {
}
#wrapper-navbar {
position: relative;
position: fixed;
z-index: 999;
display: inline-block;
width: 275px;
......
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.
......@@ -25,15 +25,23 @@ html, body {
position: relative;
display: inline-block;
vertical-align: top;
width: calc(100% - 280px);
//width: calc(100% - 280px);
width: 100%;
padding-left:280px;
padding-top: 0px;
@media only screen and (max-width: 1260px) {
width: 100%;
min-height: 90vh;
padding-left:0px;
}
#content {
position: relative;
width: 100%;
padding-left:0px;
min-height: 80vh;
@media only screen and (max-width: 1260px) {
padding-left:15px;
}
}
}
......
......@@ -3,7 +3,7 @@
}
#wrapper-navbar{
position: relative;
position: fixed;
z-index: 999;
display: inline-block;
width: 275px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0015
Version: 1.2.0016
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......