2014-12-10 18:33:30 +00:00
|
|
|
// If you use the Bootstrap .navbar-fixed-top class on your navbar you need this
|
2014-12-19 07:50:59 +00:00
|
|
|
body { padding-top: 50px; }
|
2014-12-10 18:29:31 +00:00
|
|
|
|
2014-12-19 10:29:56 +00:00
|
|
|
// Some basic padding for all wrappers
|
|
|
|
.wrapper {padding:$grid-gutter-width 0;}
|
2015-03-23 12:39:22 +00:00
|
|
|
#wrapper-hero {padding:0px;}
|
2014-12-19 10:29:56 +00:00
|
|
|
|
2014-12-10 18:29:31 +00:00
|
|
|
// Adding basic Wordpress classes to pass the Wordpress.org tests
|
|
|
|
.sticky, .gallery-caption, .bypostauthor {
|
|
|
|
font-size:inherit;
|
2014-12-19 09:04:55 +00:00
|
|
|
}
|
2014-12-22 08:26:47 +00:00
|
|
|
|
2014-12-19 09:04:55 +00:00
|
|
|
// Workaround for Jasny off canvas nav on right hand side
|
|
|
|
.navmenu-fixed-right {
|
|
|
|
left: auto !important;
|
2014-12-22 08:26:47 +00:00
|
|
|
}
|
2014-12-19 10:29:56 +00:00
|
|
|
|
2015-02-13 13:32:27 +00:00
|
|
|
|
2014-12-19 10:29:56 +00:00
|
|
|
//Jasny Off-Canvas menu fixed right problems workaround
|
2014-12-19 14:30:25 +00:00
|
|
|
.navmenu-fixed-right {
|
|
|
|
left: auto !important;
|
|
|
|
}
|
2014-12-19 10:29:56 +00:00
|
|
|
|
|
|
|
// AdditionL Off-Canvas styling
|
|
|
|
.off-canvas-toggle-link{
|
2014-12-22 08:10:13 +00:00
|
|
|
float:left;
|
2014-12-19 10:29:56 +00:00
|
|
|
line-height:30px;
|
|
|
|
padding:10px;
|
|
|
|
color:#fff;
|
2014-12-10 18:29:31 +00:00
|
|
|
}
|