Do you know you cannot increase the width of a page in blogger? Blogger is not flexible platform though, with the help ho CSS and XML we can increase the width of a page by removing the side bar from the page without any difficulty.The main reason behind increasing the width of a page is to transform your blog in to gorgeous looking website. So in this post pkittricks is going to show you how to create full width page in blogger, This is very simple just follow the steps given below accurately.






How to create full width page in blogger :

Step 1: Login to your blogger dashboard > go to "pages" and select HTML tab.
Step 2; Copy the HTML code given below and paste it in HTML tab of your page.
<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>
You have done! Now click on "Compose" tab and type your content and publish it.
Visit your site to see a perfect full width of a page.

Thanks for visiting our site please share this post to your friends and if you face any problem in the above post you can define your problem in comment so that I can solve your problem.

0 comments:

Post a Comment

 
Top