Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Fixed Layout On Blogger Templates


Fixing the Layout On Blogger Templates - After reading the comment question from my friend Ibnu that there is a little mistake on the template in the layout dashboard or blogger layout.
After I check and it turns out from a template that uses the horizontal menu or the implementation of li code on the menu will bring up the dots on the blogger layout view and that is quite disturbing the scene. Previously there was no mistake like this and I myself do not know what the cause, maybe from the side of Google more know it. 

The fix is very easy, please add the code below right before]]>

body#layout ul {
display: none;
}

Or it could be like this

#layout ul {
display: none;
}

Save and see the results. 
For those who experience view changes in the template layouts especially the template users I share here, please add the code below right before ]]>

iframe#editorframe,#editorframe {width:1030px!important;}
body#layout div.section,#layout div.section{background-color:transparent;border:0;font-family:sans-serif;margin:0;overflow:visible;padding:0;position:relative}
body#layout div.section h4,#layout div.section h4 {display:none;}


This post first appeared on AR Blogger Lab, please read the originial post: here

Share the post

Fixed Layout On Blogger Templates

×

Subscribe to Ar Blogger Lab

Get updates delivered right to your inbox!

Thank you for your subscription

×