Changing header width

How to change header width in blogger?

Your Header width must be the same or less width when the blog width. To change your blog header width you need to follow this steps:

1)Go to your Blogger Dashboard and click 'Layouts'.

2) After that click 'Edit HTML' and first of all - backup your template ,save it or simply copy &paste in notepad .

3) Now you need to find CSS Style of your header, just find this line : #header-wrapper { (if you are using not default template, this parameter can have different name, for example : #header)

4)Now you must find or add width parameter under #header-wrapper line. For example it can look like this : #header-wrapper { width:660px; /* This parameter you must to change it

5)then see the change in header width of your blog

(tip: while you are making any modification in your templates html code firstly save your default html code in notepad for future use)
.

No comments: