I know you might not be some professional blog designer, so you might be worried about being able to make your blog look good.Here are just a few tips to make your blog more professional.
1) Remove your blogger navbar.You need to go Layout. Click Edit HTML. Below you can see where to paste code (green backronud):
----------------------------------------------- Blogger Template Style Name: Awesome Inc. Designer: Tina Chen URL: tinachen.org ----------------------------------------------- */
#navbar-iframe {
display: none !important;
}/* Variable definitions
====================
<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="mainTextColor" description="Text Color" type="color"
default="#333" value="#333333"> ... 2) Make your blog more avaliable on most uses search like Google and Yahoo.To do that you need meta tags in HTML.
<meta content='width=1100' name='viewport'/>
</b:if>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title><meta content='DESCRIPTION HERE' name='description'/> <meta content='KEYWORDS HERE' name='keywords'/> <meta content='AUTHOR NAME HERE' name='author'/>
<b:skin><![CDATA[/* ----------------------------------------------- Blogger Template Style Name: Simple Designer: Josh Peterson URL: www.noaesthetic.com ----------------------------------------------- */
'DESCRIPTION HERE' - Describe your blog in few sentences.
'KEYWORDS HERE' - Put keywords for your blog.
'AUTHOR NAME HERE' - If you want put your name.
Don't forget quotation.I show you example.
<meta content='Make Your Blog Look More Professional!' name='description'/> <meta content='Professional Blog,Remove navbar' name='keywords'/> <meta content='ProBlog' name='author'/>
Enjoy.