Wednesday, 6 February 2013
Create A Full-Width Page Without Sidebar In Blogger
Create A Full-Width Page Without Sidebar In Blog
Before going to apply this trick on your blog, take a look at the demo which is my about me page:
Preview Page Demo
Preview Page Demo
Go To Blogger >> Create a New Page or Post
While editing the page click the HTML Editor tab (Appears at top left)
At the beginning of the page insert following CSS code
<style>
#sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;}
#main-wrapper { width:100%!important;}
.post { width:100%!important; }
</style>
#sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;}
#main-wrapper { width:100%!important;}
.post { width:100%!important; }
</style>
Related Posts:
Blogger Tricks
Subscribe to:
Post Comments (Atom)
0 comments: