Friday, August 21, 2020
Make Full Width Page in Blogger Default & Custom Template
Make Full Width Page in Blogger Default & Custom Template    In Blogger Platform we can do everything and as a free  Blogging platform this is the most flexible to its users. While blogging then  often we need to create a Full width page. Suppose you want to create Contact  page, 404 Error page or HTML encoder, editor page then we must add a full width  page. However major Blogger template included  Sidebar Post header and footer which will always display in every Blog page. As  a result it will make your Contact page, 404 Error page or HTML encoder, editor  pages narrow.         So in this tutorial we will make our selective Blog pages  Full width by using simple CSS code. This code will work like charm. It will  hide the Blogger sidebar, Middle sidebar (in case of double sidebar template)  Blog pager and navigation, Post header and footer. After that to increase the page  size I have added a additional code that will increase the Main wrapper and content wrapper width 99%.       Live Demo        Another feature of this trick is that it will work on both  Blogger Default and Custom Template. So let's proceed to the tutorial.         Recommended:Blogger Beginners: How to Create a Static Page on Bloggers Blog?        Step 1Sing in to yourBlogger Accountand Go toBlogger  Dashboard        Step 2Now Click onBlogger Dashboard - Pages - Blank Page         Step 3After that switch to HTML view from top left corner.       Step 4Copy the below code and Paste it there. After that  Switch to Compose view.          style    .post { width:99%!important; }  .fauxcolumn-outer { width:99%!important; }  .main-inner .columns { width:99%!important; }  /style          Step 5Finally hit the Publish  button and check your Page.      Customization        To change  the width of the page replace 99% with 95%  or 100%            Before publishing  the page you can add your Contact form, 404 Error page code or any other code  that will show to your visitors in full width. However the code vary among  different template for variable definition. If you can identify the variable  then change the code according to your template variable definition.  
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.