When you create your blog new, you would like to upload a logo that describes your blog domain. You would want it to represent the name and, (sometimes) the description of the blog. The blog logo is always placed at the header section of the blog.
After a blog logo has been successfully uploaded on blogger blogs, it automatically fits into the left corner of the header section. But most blogger blogs always have their logo at the center of the header section. You can also centralize your blog logo by adding a custom CSS to your blog.
Steps to upload your logo in blogger blogs
Step 1 >>> Log in to your blogger dashboard and click on layout.
Step 2 >>> Click the "edit" link at the bottom right of the header section.
Step 3 >>> Click on "choose file" and select the logo you'd like to upload. Select "Instead of title and description" and save.
With these steps above, your logo will automatically fit into the top left corner of your blog page.
Now, I guess you would need to make the logo appear at the center of your blog page.
To centralize the logo in blogger blogs:
Step 1 >>> Click on themes on your blogger dashboard and select "customize."
Step 2 >>> Click on" Advanced" settings tab to then select "Add CSS" option.
Step 3 >>> Copy this code below and paste it into the "Add CSS" box.
#header-inner img {margin: 0 auto !important;} #header-inner {text-align:center !important;}
Then click on "apply to blog" and view your blog. You should notice your title has been centralized.
Let me know if you encounter any error, via the comment below:
Yes,I really gain something new here
ReplyDelete