Q: I'm using the Dot template. My header suddenly moved from the top of
the page to the left hand column. It can't be moved or removed. Why
did this happen and is there anyway I can easily move it back to the
original position? I am a novice and know nothing about coding.
thanks anyway!
Lawny has found a solution:
go to layout, edit html and scroll down the code editor window and
look for the following code (yours maybe a bit different).
<b:widget id='Header1' locked='true' title='BLOG TITLE (Header)'
type='Header'/>
change where it says
locked='true'
to
locked='false'
and you can drag or delete it from the page element tab
-
No comments:
Post a Comment
Thank you very much for your visit and your comment.