Open the template editor by going to Dashboard > Layout > Edit HTML and look for these codes:
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
}
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
}
and change it to
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
text-align:center;
}
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
text-align:center;
}
and if you also want to change the font size, add this line - font-size:200% or font-size:12px; or whatever values you wish, so that the codes become
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
text-align:center;
font-size:200%;
}
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
text-align:center;
font-size:200%;
}


16 comments:
ok so I don't know whether you'll be able to answer this question as we didn't have any luck with the last - but here goes !
How do I use a recently purchased domain name as my blog URL, rather than the long and unweildy one blogger gave me ?
Elise, I am afraid I cannot help you on this one as I have never tried tangling with this Cname Aname whatever although in the future I may have to try. Although I have custom domains those were done direct via Blogger post editor and Google Apps where Google Apps practically do everything and I just sit and wait 3 days.
Your best bet would be to go to Blogger Help Forum and perhaps try to catch the attention of Chuck @ nitecrutz who is IT savvy
Hey Elise i think i can answer ur question. from ur blogger dashboard go to settings and the very 1st option u'll get is Import Blog - Export Blog- Delete Blog
You can then export ur blog to ur custom domain
Hi Rahul,
That sounds interesting and I will like to hear you elaborate on that. For a full conversion to custom domain, not only the current content have to be redirected to new domain, all future traffic to the blogspot blog need to be redirected to the new domain and merely exporting the content of the blog will not enable that.
However, will like to hear you out.
I am getting what u r saying peter and we have posted the technique to do that on our blog:
How to redirect traffic to another domain??
hi , i want to put the an ad of amazon .com how can i do that?
plss help me
With Adsense, other than direct via Blogger, there is only one way - copy-paste the AdSense script direct into a HTML/Javascript gadget. With Amazon, if you use the script from Amazon, it is also HTML/Javascript gadget but Amazon gives you more choices which include incorporating the Amazon ad direct into the post. What kind of Amazon ad do you want to add to your blog?
Hi Peter;
I have this problem with the top margin for the Date Header. Whenever, the blog is opened, the the Date Header for the first post only has a large gap for the top margin.
Is this the correct editing to remove that large gap :
h2.date-header {
/* margin-top:0; */
margin-$endSide:8px /* 28px; */ /* date height */
margin-bottom:0;
margin-$startSide:43px;
font-size:100%; /* 85%; */
line-height:1em; /* 2em; */
text-transform:uppercase;
letter-spacing:.2em;
color:$dateHeaderColor;
}
Please help! i've been spending many hours trying to rectify this.
Thanks.
I think your best option is to post your question over at Blogger Help Forum. Let us have the URL of the thread after you posted.
Here's another centering issue. Is it possible to centre the date and also centre the post title as it automatical starts left.
Cheers
desmond
heya I want to move my Header text toward right side of my blog !!! can yew tell me how can i do that???
"my Header text toward right"
I am assuming you are referring to the text in the date header, if so...
Refer back to this post How to center date header and change font size and
h2.date-header {
margin:1.5em 0 .5em;
text-align:center;
font-size:200%;
}
Just change
text-align:center;
to
text-align:right;
Mondodes said..."Is it possible to centre the date and also centre the post title as it automatical starts left."
Look at Testing Blogger Beta and see how the post title has been shifted to the right.
Just go to the template editor and look for this:
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
}
and change it to
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
text-align:right;
}
thanks! your blog is great! very informative, easy and helpful!
Peter- thanks for all your tips! I've now changed my post titles to center, but I can't get my date to the center? I don't see the option in my HTML you are referring to. Also, do you know how I can move my date to appear UNDER my post title that is centered?
Thanks so much!
Chelsea
Try adding the whole thing and preview to see if any changes
*/
h2.date-header {
text-align:center;
}
/*
Post a Comment