Hi, I have customized my header with some of these snippets to remove the navbar, etc. But i have lots of empty white space around the logo. any ideas on how to correct? https://www.vacuumcenter.dguirl.com/
Current Custom CSS in use:
/* Center the logo (function custom_center_brand) */
.brand.span10.offset1 {
float: none;
}
/* Navbar */
.navbar .nav {display:none;}
/* Navbar box */
.navbar .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* Remove Page Icon/Title */
.page .entry-title.format-icon {
display: none;
}
/* Remove Post Icon/Title */
.blog .entry-title.format-icon {
display: none;
}