Skip to content

Instantly share code, notes, and snippets.

@midoghranek
Created August 11, 2014 06:34
Show Gist options
  • Save midoghranek/75bf22d65dc503a65353 to your computer and use it in GitHub Desktop.
Save midoghranek/75bf22d65dc503a65353 to your computer and use it in GitHub Desktop.
Hide Sidebars in item page only
<b:if cond='data:blog.pageType == "item"'>
<style type="text/css">
#sidebar-wrapper, #sidebar-wrapper2 {
display: none;
}
#main-wrapper {
width: 100%;
margin-right: 0;
float: none;
clear: both;
}
</style>
</b:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment