How to fix Blogger Layout Problem | Blogger Layout Widgets Problem | Fixed width Blogger templates 2016

How to fix Blogger Layout Problem | Blogger Layout Widgets Problem | Fixed width Blogger templates 2016

How to Fix Posted Date Undefined Error in Blogger,


There is some tips to fix the blogger layout widgets:




 How to fix Blogger Layout Problem

Edit the HTML of your blog layout

You can edit the HTML of your layout.


1.     Sign in to Blogger.
2.     Select the blog to update.
3.     In the left menu, select Template.
4.     Under Live on Blog, click Edit HTML.



5 - Search and find this code - Find this  tag in blogger

............................................................................

/** Page structure tweaks for layout editor wireframe */ body#layout #main-wrap,
body#layout #sidebar-wrap,
body#layout #header-wrapper {
margin-top: 0; }

.........................................................................................................................


Replace this code and keep below code to resolve for the Blogger Layout Widgets Problem:

if you are unable to copy this code go to this link click here
........................................................................................................

/** Page structure tweaks for layout editor wireframe */ body#layout #outer-wrapper {
width: 770px;
margin-left: auto;
margin-right: auto;
}
body#layout #header-wrapper {
margin-left: 0px;
margin-right: 0px;
width: 600px;
height: 279px;
}
body#layout #main-wrapper {
width: 400px;
padding: 30px 0 0 0;
}
body#layout #sidebar-wrapper {
width: 150px;
padding: 0 0 5px 0;
}
body#layout #left-sidebar-wrapper {
width: 150px;
margin-right: 5px;
padding: 0 0 5px 0;
}
body#layout #footer {
width:600px;
margin:0 auto;
padding-top:15px;
}

............................................................................................................................................

 Now you See that your  Blogger Layout Widgets Problem is solve.

here is image after solve the How to fix Blogger Layout Problem | Blogger Layout Widgets Problem | Fixed width Blogger templates 2016