How to Split Blogger Header into tow Row | Blog Header Edit | Blogspot Header Break

Before editing the HTML code download the template and save it to your hard disc. Don’t forget to do this. It is the prime and very important work for any edit in your blog or site.

See this code in HTML section of Your blog

<div id=’header-wrapper’> <b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=’no’> <b:widget id=’Header1′ locked=’true’ title=’Header (Header)’ type=’Header’/> </b:section> </div>


In the above code change maxwidgets  to ‘2’ and  showaddelement  to ‘yes’


Your final code will be like this.

<div id=’header-wrapper’> <b:section class=’header’ id=’header’ maxwidgets=’2′ showaddelement=’yes’> <b:widget id=’Header1′ locked=’true’ title=’Header (Header)’ type=’Header’/> </b:section> </div>

Maswidgets can be changed to more than 2 also . It depends on your choice.
You have done. Now save your template.
See also  How to hide Left Sidebar and css Based Box or widgets to make Home page look different

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *