1.Log in to your dashboard–> layout- -> Edit HTML
2.Scroll down to where you see code like this:
=================================== */ #header-wrapper { width:900px; margin:0 auto 0px; height:190px; } #header-inner { #header { |
3.Replace above code with below code.
=================================== */ #header-wrapper { #head-inner { #header { #r_head{ |
4.Now again Scroll down to where you see code like this :
<b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=’no’> <b:widget id=’Header1′ locked=’true’ title=’Test Blog (Header)’ type=’Header’/> </b:section> </div> |
5.Replace above code with below code.
<div id=’head-inner’> <b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=’no’> <b:widget id=’Header1′ locked=’true’ title=’Test Blog (Header)’ type=’Header’/> </b:section> </div> <div id=’r_head’> <b:section class=’header’ id=’header2′ preferred=’yes’/> </div> </div> |
6.Click on “save Template” and you are done.