*First Go to Design>>Edit Html>>Expand Widgets & then Search for #header(Press Ctrl+F to search)
*Now Add this code near the #header:
#header2{
float:left;/* adjust accordin to your requirement
width:50%/* width of the Ad
etc and add more as per your desire*Now search for the following piece of code:
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR-BLOG-TITLE (Header)' type='Header'/>
</b:section>
</div>
Remember YOUR-BLOG-TITLE is your Blog Title.<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR-BLOG-TITLE (Header)' type='Header'/>
</b:section>
</div>
Now Add the following piece of code below this:
<b:section class='header' id='header2' maxwidgets='4' showaddelement='yes'/>
<div style='clear:both;'/>
</div>
Incase you are getting any xml error's then close the tags properly.Its advisable for experts to meddle with these things,but if you need any help feel free to holla @ me N I shall do it for you.Glad to be Of service.<div style='clear:both;'/>
</div>
0 comments:
Post a Comment