If your template doesn't support you to add multiple widget on Blogger header then you can follow the steps to enable multiple widget support on Blogger header.
Steps:
1. Go to your template page and backup your template so that if anything goes wrong then you can restore your template.
2. Now, click on Edit HTML.
3.a) Press ctrl+F to open search box. Then copy-paste the following code and search-
<b:section class='header' id='header' maxwidgets='1'
3.b) You should find your existing codes like this-
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR BLOG TITLE(Header)' type='Header'/>
4.a) Replace the codes with the following codes-
<b:section class='header' id='header' maxwidgets='4' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='YOUR BLOG TITLE(Header)' type='Header'/>
For example-
5. Now, save the template and you are done.
0 comments:
Post a Comment