Creating a full width blog page or a post is not at all difficult. All you have to do is follow these simple steps.
1. Go to your desired page or post, whose width you want should be full.
2. Click on the HTML tab above the post editor.
3. Include the following script anywhere in the HTML area:
<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>
4. Replace width:98% according to your needs, you can even uses pixels instead of percentage i.e. 960px.
5. Click update or publish button.
6. View your page or the post and it shall have a wide and full width layout.
It's that simple! Why to make things complex when they're simple like making coffee.
No comments:
Post a Comment