Remember, try and find the best possible url (blog name) that would match your content and work as a keyword it self..
Then, we go to our dashboard and we go to “Layout”
There, we choose “Edit HTML”
Hit ctrl+F to open the search in your browser and search for: "#sidebar-wrapper"
After, copy all this:
#sidebar-wrapper {
width: 220px;
float: $endSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
..and paste it right under it.
At the first, change the width to 160px and at the next (that we copied right under) change the with to 160px but also change the “endSide” to “startSide” and the “#sidebar-wrapper” to “#left-sidebar-wrapper”
Scroll a bit over those and find: #main-wrapper
Change the width there to 530px and right next to: float: $startSide; type : margin-left: 15px;
A bit over that, is the: #outer-wrapper
Change the width there to 880px
Now search for: main-wrapper
Right before this, type this:
Last thing (in order to complete our template)
Find: #header-wrapper and change the width to 880px
Save the template and there you have it!
You now need to edit your fonts, color (or whatever else you want) and insert your content. Your blog is ready!
Of course we must apply our optimizations in order to be seen by the search engines (SEO) And you can find the very basics here.
After all that, we get our Adsense ads and where is the best place to put them
Any comments here…