Flag This Hub

Blogger Blogspot Blog: How to Split the New Template Designer Header from 1 to 2 Columns

By


Blogger New Designer Template Header

Template Designer in Blogger is available under Design in your Dashboard. There are many pre-built templates in Template Designer provided by Blogger Blogspot for their users to choose from. And their designs are cool, too. Those pre-made templates are also easier to implement, and thus have made blogging and template selection to become more straightforward. With these New Template Designer, bloggers (beginners, especially) do not have to worry much about looking for template, downloading and applying it.

However, some other bloggers may want to have more features which are not available in the Template Designer. And one of the things is to have 2 columns on header so they can display something beside their blog title. This is not included in the Template Designer because they only provide a single header column. Many bloggers do not like to have so much empty space after the blog header and they look around how to put one more column beside the blog title. Can we do that? Of course!

What can You Put Beside Blog Title?

If you have 2 headers columns, then one of them is for your blog title. Another column may be for one of the followings:

  1. An advertisement. With Google adsense, you can have a contextual or image adsense or the two alternating each other. The best Google adsense beside blog title is either 728 x 90 Leaderboard or 468 x 60 Banner. You can the same ad size from your affiliate programs as an alternative to Google adsense.
  2. Popular Post. You can this Popular Post widget through Add a Gadget. You can add up to 10 posts from your popular posts, but to place it on header, it is better not display more than 5 posts.
  3. Recent Post; posts you have just added.
  4. Static image to flourish your blog.

Code1

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='My Test  Blog (Header)' type='Header'/>
</b:section>

Code2

<b:section id='header-right' showaddelement='yes'/>
<div style='clear: both;'/>

Code3

#header, body#layout #header {width:30%;display:inline-block;float:left;}
#header-right, body#layout #header-right {width:65%;display:inline-block;float:right;padding:15px;}
#header-right .widget {margin:0;}

So How Can You Split The Template Designer into 2 Columns?

Follow steps below:

  1. Log in to your Blogger Dashboard
  2. Click Design and HTML
  3. Make sure NOT to select Expand Widget Templates box
  4. Find the Code1 shown on the right
  5. Just below Code1 in your template, add Code2
  6. Then find ]]></b:skin>
  7. Insert Code3 just before ]]></b:skin>
  8. Save your template

To Adjus Width of the 2 Columns in Header

The width of the 2 columns in header you have just created is dictated by Code3. In example given here the column width for blog title (left column) is 30% of the total width, while the second column on the right next to the blog title columns is 65%. You can adjust this proportion according to your situation. You may need a little experiment to reach the right proportion.

Important for the Right Column

If you want to put a 728 x 90 Leaderboard adsense for the right header column, you would likely to have more than 1000px for your total template width. In Template Designer, you will only able to have 1000px maximum for the total width. To have more than that, look for the following code (Code4) in your template html and adjust them accordingly.

Code4

<b:template-skin>
<b:variable default='930px' name='content.width' type='length' value='1000px'/>
<b:variable default='0' name='main.column.left.width' type='length' value='0px'/>

Comments

Eric 11 months ago

It doesn't work for me :( I have the awesome template for blogger. It creates a new "add gadget" under the header, when I add a gadget it is on the right side but a bit under the header ...not on the same level.

Please help me

almirah 11 months ago

@Eric: The header is occupying the area intended for the new gadget. Can you point me which blog?

riv 11 months ago

Thanks a lo! I've done it with my site www.adresult.blogspot.com successfully!. Just a piece of advice for some.. don't forget to adjust the width percentage by 5's as well as padding.. Experiment also.. Goodluck!

Venkateswarlu 10 months ago

I'm not getting this problem solved. i'm getting my live traffic on the right side under header. in the new template. Please help me regarding this.

thavva 7 months ago

Venkateswarlu,

make sure you adjust widhth in code3. For me left header 50% and right header 25% worked.

Alex 4 months ago

Thanks - this worked for me. I used 60% and 35% left and right respectively.

Arnel 4 months ago

Sir it was not work in my test in picture window template of new blogger

Arnel 4 months ago

Sir thanks for your knowledge it works now in my picture window...Godbless

Mohit 2 months ago

It didnt work for me. The header is still occupying the complete area and the new gadget is created below it. Please help me with this.

Thanks

Vida em Sociedade 2 months ago

Can you help me? I use the code but the two parts are not side by side but are on the top of the other. Thanks.

http://boas-maneiras.blogspot.com/

Chirag Sachdeva 2 weeks ago

it is not working on my awesome template, It tried width variation also but nothing works. My blog address is-

http://www.techbase.in/

Submit a Comment
Members and Guests

Sign in or sign up and post using a hubpages account.



    Like this Hub?
    Please wait working