Last active
August 29, 2015 14:07
-
-
Save adrianspeyer/92b39941dae149904d77 to your computer and use it in GitHub Desktop.
CSS Fix for Bootstrap Theme in Vanilla Forums
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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