How To Create Full Width Post For Specific Post / Page In Blogger No Sidebar View
Hi Bloggiyan Today I am gonna share simple trick to Full page widget post in blogger & Remove Side bar.
Do you think in blogger platform you can neither hide a Sidebar nor can create a full width page? Blogger is not a flexible platform though, with the help of XML and CSS we can remove the sidebar and can even increase the width without facing difficulties whatsoever.
Following screen will show you before adding this script
Following screen will showing after adding full width page post script
Easy Step To Create a Full Width Page & Remove Sidebar in Blogger
Go to Blogger.com >> Add NEW Page/PostNow select HTML TAB on Blogger Post Editor
Paste the following CSS and XML Code:
<style>
#sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;} #main-wrapper { width:98%!important;} .post { width:98%!important; }
</style>
#sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;} #main-wrapper { width:98%!important;} .post { width:98%!important; }
</style>
See Screenshot for better understanding ..
Save / Update Post / Page Done....
IF You Like This 60 Sec Trick Do Comments ...
0 comments:
Post a Comment