Daryna Hoch
Daryna Hoch

Reputation: 11

how to change the width of the header on blogspot.com?

http://znobio.blogspot.com/2017/06/blog-post_14.html here is the page I'm interested in. Basically, the title "ZNOBIO" on the top left corner is not in the right position while scrolling. What should I do to fix this? Can I somehow change the width of the header and if I can - where?

Upvotes: 0

Views: 979

Answers (2)

Sifatur Rahman
Sifatur Rahman

Reputation: 813

Login to your Blogger dashboard>Theme>Edit HTML.

Place this following codes just above ]]></b:skin> tag

#Header1.widget.Header { margin:0; padding:0; }

To find ]]></b:skin> tag press CTRL + F on your keyboard and then copy and paste ]]></b:skin> into the search box and press Enter.

Now you are good to go. You can also work with the .titlewrapper: margin-top: 7px; to move the title upward or downward.

Upvotes: 1

PointR
PointR

Reputation: 81

You should replace the margin-top value to -18px on the div .titlewrapper, or to another value if you want to be more precise on its position, on the css stylesheet. (Found this value using Mozilla Firefox. The result might differ according to your browser.)

Upvotes: 0

Related Questions