Skip to content

Instantly share code, notes, and snippets.

@adrianspeyer
Last active August 29, 2015 14:07
Show Gist options
  • Save adrianspeyer/92b39941dae149904d77 to your computer and use it in GitHub Desktop.
Save adrianspeyer/92b39941dae149904d77 to your computer and use it in GitHub Desktop.
CSS Fix for Bootstrap Theme in Vanilla Forums
div.NavBar div.Row div.MeWrap {
margin-top:-10px;
}
div.NavBar {
height:100px !important;
}
div#Frame {
margin-top:80px !important;
}
/*Fix register pop-up*/
div.Popup .Border {
top: 20px;
}
div.NavBar {
z-index: 1;
}
<div class="Row">
<strong class="SiteTitle"><a href="{link path="/"}">{logo}</a></strong>
<!--Add for Banner-->
</div>
<div class="Row">
<!--end of Banner fix-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment