Blogger Sidebar Titles - Customization

November 27, 2008

In this tutorial, I'll explain how to customize Sidebar Titles in Blogger. How to change their clothes. By default, they are kind of "naked" and empty.
But there's a lot that can be done. We can give them some background color, even a picture, an icon beside them, borders, lines......

WHAT CAN WE DO IN BLOGGER OPTIONS?
Well, not much. You can change the Font Color of the title, Size, weight and Font family.
But in some templates (like Minima), the Date Title (above posts) has the same style like Sidebar title.
That means - the same changes you make in sidebar titles, also applies on Date title. Which ain't nice.
But if this works for you, and you don't need more, go to LAYOUT --> FONTS AND COLORS, and adjust these settings as you like....

!! Before doing anything from the options below, back up your template !! (it takes a minute...)

Now, here's the part of code we will modify (it may look a bit different in your template, but it's important that you find the line ".sidebar h2 {"):
.sidebar h2 {
margin:0;
padding:0 0.2em;
line-height:1.5em;
}

Some templates don't have separate style for Sidebar Titles (like Minima), so you have to add it into template. To do that, go to:
LAYOUTEDIT HTML, and insert the following part of code (in orange), ABOVE the existing part ( in pink):
.sidebar h2 {
margin:0;
padding:0 0.2em;
line-height:1.5em;
}


]]></b:skin>
</head>
...we are going to use this part of code for customizing our sidebar title in blogger.


***

BORDERS IN SIDEBAR TITLE
To add some borders around your Sidebar Title, add the line (in green) into the code:
.sidebar h2 {
border:1px solid #000000;
margin:0;
padding:0 0.2em;
line-height:1.5em;
}
...we've added a border all around the Sidebar title:
  • colored black (#000000)
  • stroke 1px (thickness)
  • style SOLID
You can change all of these settings to whatever suits you....Read more about border styles here. Here's a few more examples:
- to "underline" the Sidebar Title, add this line:
border-bottom:1px solid #000000;

- to add a dotted border under the title, and on the right side of it:
border-bottom:1px dotted #000000;
border-right:1px dotted #000000;
....once more, take a look at border styles here.


***

BACKGROUND COLOR BEHIND SIDEBAR TITLE
To add some background color behind your Sidebar Title, add the line (in green) into the code:
.sidebar h2 {
background:#E17820;
margin:0;
padding:0 0.2em;
line-height:1.5em;
}
...change the hex color (#E17820) into one that suits you...


***

BACKGROUND PICTURE (image) BEHIND SIDEBAR TITLE
First you need to make (or find some picture you'd like to appear in title. You have to size it according to your Sidebar width (otherwise, it will get cropped).
For example, the picture I used is 220px wide, and has 53px height. Well, to be honest, you'll have to play with this a bit, until you get it right...

When the pic is ready, you have to upload it to a free web host (like Photobucket, Picasa, TinyPic...) to get the URL. When you've done that, add the line (in green) into the code:
.sidebar h2 {
background:url(URL OF THE PICTURE)no-repeat;
margin:0px;
padding:0px 0.9em;
line-height:53px;
}
...replace URL OF THE PICTURE with the URL address of the hosted picture...
...in orange, you can adjust alignment of the title (I've pushed it to the right a bit)...
...in blue, increase or decrease the line height (so if you have picture 53px of height, set the line height to 53px)...


***

BACKGROUND PICTURE (image) INSTEAD OF SIDEBAR TITLE
Now, this is a cool one. And my favorite. The idea is to remove (hide) the default header of sidebar title, and to place a picture (image) instead of it.

1. you need do make (create) the picture. Or find one that you like. make sure that your pic will fit in the sidebar without being cropped. size it properly. try a few times, and you'll get it....

2. upload it to a free web host (Photobucket, Tinypic....) to get the URL address.

3. go to template LAYOUT ► PAGE ELEMENTS, and click on Add a Gadget in the sidebar. Choose HTML / JavaScript from the list. Place the following code inside the box (leave the title empty):
<img src="URL OF YOUR PIC"/>
...just change the orange part with the URL address of your hosted picture.....Save Settings.

4. now, there it is. only thing left to do is to arrange it ("drag" it), so the Gadget with a picture will be above the "Blog Archive" Gadget. Like so:
...that's it. Do the same for "Labels", "About me" and everything else you want.....


Remember:
  • you can combine all of those examples (background color + border, for example)
  • there's a million combinations...be creative

Smile!


post signature

Face It! Tell Your Tweets Digg It! Add to Delicious Stumble Upon I Reddit! Mixx it Up! Add to Your Faves

103 comments:

Anonymous said...

just what i was looking for!!! thnx!

pocket said...

Great! Glad you've found it...

Smile!

Mys said...

you're the best pocket. but can you design 3 column ones? 2 sidebars at the right? or do i have to pay to make a request? can't afford it but you really are my favorite designer.

pocket said...

Don't have to pay me....
I'll do it. Promise.

Smile!

OneStopCool said...

Hey thanks for such very useful hacks.. it made me smile :)

http://onestopcoolin.blogspot.com

pocket said...

Thank you Stop!
I love your site... Smile!

Radith Prawira said...

And if i just wanna insert an icon so it'll showed just before the sidebar's title?

Thank You ^^

pocket said...

Hey Radith..
You'll have to make a new heading for the sidebar:

.sidebar h2 {
background:url(URL OF THE PIC);
background-repeat:no-repeat;
background-position:top-left;
color:#000000;
font-size:12px;
font-weight:bold;
margin:0 0 0 0px;
padding:4px 0em;
line-height:1.2em;
text-indent:7px;
}

...adjust the settings to whatever suits you...
Smile!

Radith Prawira said...

Wow..tq very much for the quick reply!It's very kind of you :) and you know what? i've been smiling since the fisrt time i got here ^_^ you keep your blog simple yet its attractive and contains very valuable info n_n

---

Btw, i'm currently trying to modify The Minima Template, but it seemed have several problems T_T, so if you don't mind i got a few questions for you ( hope i'm not bothering you too much )

1. the space between the post title and the post itself is being too close
2. same problem with the sidebar
3. i've succeed implemented your tips on how to insert an icon in our post title but somehow i don't feel comfortable with it. There's a gap in the pic's bottom (
4. i just finished read your article, "Each post in separate box - Blogger XML" and now i wonder how to do the same thing with the sidebar ( each widgets in separate bos )
5. how to change the font in post title ( the size, the type ) the only thing i can customize the post title from "fonts and colors" is to change its color
6. i'm only having one post that showed the date

I guess that's all for now. Again, i hope i don't bother you too much with it and sory for my bad english, i'm planning to take a course to improve it.

Thank you, God Bless!

Radith Prawira said...

Ups, i forgot to include my "dummy" blog's url : http://asasasasafvfvfvfv.blogspot.com/ on my previous comments. pardon me, i'm not wiling to spam here, just in case you wanna take a look the problems that i got.

Thx again ^_^

pocket said...

Radith, your English is like a song..

1. Increase the bottom margin:
.post h3 {
margin:.25em 0 0;

..change it into:

.post h3 {
margin:.25em 0 10px;

2. In your new sidebar heading, change the margin line into this:
margin:0 0 10px 0px;

3. a gap?

4. You have the answer in the comments of the tutorial..

5. Find:
.post h3 {

..and add some font styles like:

font-family:arial;
font-decoration:underline;

...size, weight, height is already there..just edit it..

6. that's the way it works when you publish more than one post in a day...it will only display the date for the last one...

Smile!

Heidi said...

I love your blog. Thanks for all of the help.

I have successfully added an image above the different categories on my sidebar. I want the image to show up instead of the sidebar title. I don't like that there is a huge space--and a dividing line--between my image and the category. Is there a way to put my image inside the same box as my category? Here's my dummy blog address if you want to see what I mean: http://heidisdummyblog.blogspot.com/

Thanks!

pocket said...

hey Heidi...

First, get rid of that dividing line. Go to: LAYOUT ► EDIT HTML ► find the following:

.sidebar .widget, .main .widget {
border-bottom:1px dotted #cccccc;
margin:0 0 1.5em;
padding:0 0 1.5em;
}

...and in border-bottom, change 1px into 0px...

You can also decrease the margin and padding value in order to reduce the space between widgets. Like so:

margin:0 0 .5em;
padding:0 0 .5em;

Smile!

Asker Akbar said...

Thanks a lot my friend

Heidi said...

Cool! Thanks.

Sara said...

Thanks so much for your blog. Your posts are so helpful, and I've been able to figure out a lot of my problems by reading your suggestions.

I'm having a problem with my blog (http://lunatismo.blogspot.com). I built a horizontal menu bar with images. The images are placed correctly and the links are working properly. However, I have an extra yellow space above and below the menu bar. I can't figure out how to tighten this up so that the top of my menu bar sits flush with the bottom of my header. Can you help?

Thanks in advance for any suggestions.

pocket said...

Hey Sara,

..you just have to adjust the margin (or padding) of your Navbar CSS..

#newnavbar ul li{
list-style-type: none;
display: inline;
margin:0 0 0;
padding:0 0 0;
border:0px solid;
float: right;
}

...change the margin line into this:

margin:-13px 0 0;

..adjust the first value to fit...

lazyblogger said...

Hello Pocket.

Your tips are like swimming vest for me, I must say. They're great. I was modifying the Minima Stretch to give a newspaper-like layout. As for me, being a print designer and a typography freak instead of being CSS master, all I can do is modifying sizes, current typography and aligning parts of the current template. Here is what I achieve;

http://tampwork.blogspot.com/

I am doing dummy things here to apply it to my main blog. As you will see, I am almost there but, I couldn't move my sidebar to very most top to align it with the header. How can I do that?

Thanks!

pocket said...

lazyblogger,

..great username! You want your sidebar at the very top? All the way in the clouds? Go to LAYOUT ► EDIT HTML ► locate this:

#sidebar-wrapper {
margin-right: 2%;
width: 25%;
float: right;
...

Add the top margin line, like so:

#sidebar-wrapper {
margin-top:-100px;
margin-right: 2%;
width: 25%;
float: right;
...

We just gave it a negative value, so it will pull the sidebar container up. Adjust the value to fit...More negative=up it goes!
:]

ps, it looks great!

lazyblogger said...

What a quick reply :) I've amazed.

Thank you very much. For the solution and the compliment indeed. :)

But, bad news is, it didn't work for me. Here is my code;

#sidebar-wrapper {
margin-top: -100px
margin-$endSide: 2%;
width: 25%;
float: $endSide;
display: inline; /* fix for doubling margin in IE */
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 */

I tried even -200 but nothing happens.

Weird!

I don't know if it is those browser fixing codes which are not allowing the sidebar move. Or maybe I should check again Header Wrapper. It may have something to avoid sidebar to move up. What you think?

Thanks!

pocket said...

My bed...I haven't closed the line with ;

margin-top: -100px;

..it'll work. Don't worry...
:]

lazyblogger said...

:)
Thanks again.

munas said...

Hi Pocket,

you are so far, so beyond for good.
and I guess, we are your fan list =)

I need a little help. I've have been wasting to hours to dissolve them!! And then I melt.

What do I want to learn?
1- Open Comment section. Under my post. I want to see, (!!just like here!!) everyone should see the comments without clicking.

2-Your signature is wonderful. I've been thinking, if I write just like shiny (sparkled way) the sidebar names, would it be look ok? And of course I should find some sparkles, and a photo sharing link for every photo, right?

For my questions, my blog wil be munagenc.blogspot.com the answer.

Thanks to you,
Good dayz
Muna

pocket said...

Hey Muna!

1. In SETTINGS ► COMMENTS ► Comment Form Placement ► select Embedded Below Post

2. I think it would look great! And you're right...make a pic for every sidebar heading, and get a sharing link..

If you'll have some problems/questions, you can email me....

Smile!

munas said...

Thank you Pocket,
you are, a real fast take carer =)
Thank you.

I smile.
and I ask again.
Can you plz drop here http://munagenc.blogspot.com, and tell me about the header, what can I do?

2- My background image's head can not be seen? I did bottom-left. But can't seen. Only in center can be seen.
3- And the site is sometimes hard to read.

4- My comment section CAN NOT SEEN, people did not know (besides bloggers) where to look, they are too lazy, do not look where to comment, I should make the section more SEABLE =)

5- and lastly, I need your true idea, about the blog, is complicated, with the slight shows, or everything is undercontrol?

Thank you Thank you Thank you pocket,
I need your stars =)

muna

pocket said...

Muna!

I really like what you did with the template, but don't know what do you want me to do exactly...

1- what do you want to do with header image?

2- Replace you background code with this one:

background: url(http://i149.photobucket.com/albums/s42/munagnc/ataturk.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top right;

That should make the "head" appear..

3- hard to read? Looks alright on my side...

4- you can "move" you comment Link under the Post title. Read this:
Moving Post footer elements

5- I really really love it! It's unusual, but lovely...

Anyway, I'm here for you, so just shoot those question out...
:]

munas said...

Thank you Pocket.

I really thank you.

Now I'm working on it.

Good dayz my friend!

1- Working on a new header (handwriting + PS) I like yours, it seems more friendly.

2- Working on a new main-wrapper. I like this guy's - http://www.geziyorum.net
More readable. More official. More easy.
Only I like my black background. Because I talk with the photos mostly.

3- I tried this- 'Read More' stuff to my blog, I did but, it appears at the end of the article =))

4- I read you, your posts, tried to read a lot, BREFORE YOU I WORKED TILL MORNING to update my blog, tried to understand codes, html issue, with the trial and error method... Then I found you =)

I did not want to ask under unrelevant posts, but I did. I won't do it again. I mean, ARE YOU ALL BY YOURSELf, there are too many questions and answers (from you, right on time). God keeps your heart and hand strong!!

Thank you,
muna

pocket said...

Oh Muna!

You are such a sweet-talker...
Let's do this. You do what you can, and when you're stuck (when you have a problem), email me. We'll solve it together...

And I'm all alone...And yes, it does take much time, but as long as I like it, I don't mind...

Smile!

wishbone said...

Hi there,

I did a few hacks to get my Titles to show up in my archives, but I still cannot get rid of the dates in that section (the archives are broken out by year/month/count). I just want the archives to show the TITLES of each post and nothing more. I've tried messing around with the code, but i cannot get it the way i'd like. Any suggestions?

Thanks!
Wishbone

pocket said...

wishbone,

..you'll have to google for this. I'm certain I saw a tut on this somewhere, but can't remember. But, this hack exists, and does exactly what you want..
I will write a tut on this surely....
...

Wishbone said...

hi again,

I did a pretty thorough search on Google but every hack i found/tried gave me the same results: month/yr with titles underneath. Again i just want a list of titles, no dates. Can't get that to show up.

Here's my blog: stanleyavenue.blogspot.com ... my template is minima black.

thanks again for your help

pocket said...

Wishbone,

..how about this....

wishbone said...

I figured it out, per your suggestion. I actually used this widget: http://www.widgetbox.com/make_blidget.jsp

Thanks so much for all your help!! Greatly appreciated!!

-wishbone

The Pop Cop said...

Hi there, love your site!
I need help - it's probably very simple but I can't figure it out. I just want to put a thin black dividing line between the sidebar and the main posts on my blog: http://thepopcop.blogspot.com

pocket said...

The Pop Cop,

..the simplest (but not the prettiest) thing would be to add a simple border to your post section, or sidebar. I'll show you how to do this for posts.
LAYOUT ► EDIT HTML ► locate this:

#main {
width:430px;
float:right;
padding:8px 0;
margin:0;

...and after adding a border and some padding, it should look like this:

#main {
border-left:1px solid #000000;
width:430px;
float:right;
padding:8px 0 8px 8px;
margin:0;

...now, you can style your border differently, and increase/decrease the padding...

The Pop Cop said...

Awesome, that did the trick! Thanks so much for taking the time to help, much love.

Melanie said...

I can´t seem to find the .sidebar h2 { in my template, I´m using the minima template, I just want to hide the default header, my sidebar content has:
sidebar {
color: $sidebartextcolor;
line-height: 1.5em;
}

.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.sidebar li {
margin:0;
padding-top:0;
padding-$endSide:0;
padding-bottom:.25em;
padding-$startSide:15px;
text-indent:-15px;
line-height:1.5em;
}

.sidebar .widget, .main .widget {
border-bottom:0px dotted $bordercolor;
margin:0 0 1.5em;
padding:0 0 1.5em;
}

.main .Blog {
border-bottom-width: 0;
}

By the way, your blog is really helpful!

biraksa said...

Hi there, love ur genius..
I seems got a problem to align sidebar content widgets centre position

Thanks so much for all your help!! Greatly appreciated!!

pocket said...

biraksa,

..seems like you've got it fixed..
:]

HILDE J said...

Hey there!
Could you please give me a code so that I can get rid of that underline on my links? I use the Denim template.

ABB said...

I don't know why but I can only get the bottom-border for my sidebar titles on the right sidebar only. For some reason, the bottom-borders are not showing up on the left sidebar...help!

http://iheartuga.blogspot.com/

Amy said...

Hi. In your instructions for BACKGROUND PICTURE (image) INSTEAD OF SIDEBAR TITLE, how did you get the actual blog archive so close to your picture. When I do it there is a huge gap the picture and the gadget I want to label. Any help would be much appreciated

Melissa said...

I was wondering if there is a way to center all of the contents of the sidebar. so for example on my blog is there a way to center say the lables section? So all the writing goes right down the center?
And this blog is a LIFESAVER!!! Thanks so much for all you do!!!

greenleavesdesign.blogspot.com

thanks!!!

ahmdsyhmi said...

Great one! Clean tutorial :) thanks

Pepita Moonwheeler said...

Thank you!:-) It helped me a lot.;-)

design gal said...

thank you for your help! how do i close the gap between my new sidebar title & my blog list, archive list, etc. I made a background image instead of a sidebar title & used your directions (which were fabulous by the way), but I don't like the big gap- any tips? Thanks again!

design gal said...

nevermind! i read previous comments and found where you helped someone with the same problem!

THANKS!

Katya Sekarani said...

the titorial that i was searched on a long time ago ... thannnnnkkkkkkkssss ! you are my guardian angel ~

Dee said...

hi pocket

how do i do the labels as with a drop-down menu?
pls refer to this page - on the label "prescription"

http://andmoreagainonline.blogspot.com/search/label/Exclusive

appreciate your help. thx!

Jeanne said...

well i wanted to add colour to my sidebar tittle.

but i dun hav the sediebar h2 thingy. this is only i have


/* Sidebar Content
----------------------------------------------- */
.sidebar {
color: $sidebartextcolor;
line-height: 1.5em;
}

.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.sidebar li {
margin:0;
padding-top:0;
padding-$endSide:0;
padding-bottom:.25em;
padding-$startSide:15px;
text-indent:-15px;
line-height:1.5em;
}

.sidebar .widget, .main .widget {
border-bottom:1px dotted $bordercolor;
margin:0 0 1.5em;
padding:0 0 1.5em;
}

.main .Blog {
border-bottom-width: 0;
}




what am i suppose to esit or add html to tere?

holly said...

hey pocket!
i am having the same issues as amy above so maybe bringing up the issue again will help both of us.

my pic for my sidebar header is has really wide margins on the top and bottom.
i hope there's a way to edit this since your pic is very close to your archives list.

thanks for any suggestions you may have!

Cath J said...

This is the best site ever! Very detail and easy to follow step by step..

Thank you soo much!!

stellacyan said...

wow i love your blog soo much.
this is what i'm looking for about two hours :D
thank you :DD

Roopesh Kumar Singh said...

Hi .. is this possible to change colour or font of one single Link in the Link List...?

www.roopeshsingh.blogspot.com

shallowOcity said...

First, THANK YOU for speaking my language here! your tutorials are written fabulous and VISUALLY fabulous for those of us who still needs pictures in our books! LOL! I'm trying to replace my sidebar titles with my custom image, but when I do the final step of dragging my loaded html above ex..ABOUT US, it doesnt replace. The original title still shows along with my custom image?? HELP....PLEASE!

Anonymous said...

Hi, I have added sidebar header picture (so the label still shows up just over the image) and for some reason I've just discovered that people using Internet Explorer are not seeing it. So, the label image only shows for people in firefox. Is there something I've missed in the instructions?

Thank you, littlekariblueATgmailDOTcom

Michelle said...

Thank you SO much for all your lessons-you've taught me so much!

I'm trying to redo my sidebar titles using your third method-replace with a picture-but mine is just words. I'm doing it as a picture because it's a font not everyone has. When I do that, the font turns sort of fuzzy. www.thomasfamilydays.blogspot.com What do you think? I changed "our family" but haven't chaned the other titles. They were done by a blog designer. I'm using your site to do another face lift on my blog!

Thank you so much for your help!
Michelle
michellethomas@live.com

kotoni said...

Hello,
Awesome website with great tutorials.
I was wondering how to add a link into a sidebar title?? It must be really simple but I can't seem to figure it out.
Thanks in advance for your help.
Kotoni

http://derrierelesportesduplacard.blogspot.com

Susie Hovendick Chan said...

I'd like to know how to turn a sidebar title into a link, too. Blogger won't let me. It says I'm using more than 100 characters.

I am, but not for the title. I'm using all those characters for the page I'm linking to.

Isn't there a way to either expand or disable the limit for sidebar title characters?

Anthony said...

Hello Pocket

I have the same issue as a few others, but cannot figure out how to fix it.

I am trying to do the BACKGROUND PICTURE (image) INSTEAD OF SIDEBAR TITLE, but when I follow the instructions I get the image plus the title text - and they are spaced far apart.

I've read through the comments, but cannot figure out how to fix it. When I try to play with margins and padding, then it affects each widget, so when I decrease space under the image, it also decreases space across all of the widgets - causing the gap to remain...

Any help? Thanks so much!!!

Ana B said...

You are the best! Now I just need to sepdn a whole day customizing my blog!

Team Edward said...

Hey,

I really like this article and i will change some things in my blog too..

I wanted to ask the following...

I have a problem with my sidebar too but with
the FONT SIZE. You see the info in what about us or in my archive is huge...
I am trying to find an element I have to reduce but I can't can you please help me?

Thanks in advance!

Bobo said...

gran post .. Si usted necesita buen blogger templates de visitar mi sitio web

Anand Subramanian said...

Man this was a great tut.. thanks a lot I have implemented for ma blog !!!

allan Gering said...

Thanks for sharing your suggestion here.It's helpful for me for my blog.
_______________
Pene Grande

Rubina Yunal said...

Exactly what I was looking for. Million thanks dude!

Denim Square said...

its works for my page specially www.denimsquare.com
thanks people 4 suggesting such nice topics

Anonymous said...

Hello great blog!
I can't change the sidebar text link color, do you have any idea how i can do that? Thanks, Elio

Meibloempje said...

Hi,


I really love this site. I said it before.

Now I have a question. I changed my blogger layout a great deal, but I would love to have the two two-colum sidebars , like in your template "article" (In that template the bars are called ´ recent posts¨ and ´pictures')
How can I do that???

m said...

Hi there,
Amazing resource!
Like some of the others, I have a question about sidebars:

I wish to add a background color to titles of the various LinkList widgets. I would like each title to be a different color. It's in the works here: http://nycsite.blogspot.com/
Thanks!
Mason

sera said...

how to make the tittle in the sidebar at the center ?

Bubbles Make Him Smile said...

Hi, I'm having some difficulties and after googling around I came across your site and figured you'd probably know the answer! :)

I'm trying to change the colour of the background of a widget (excluding the title) I did this so far for my Blog Archive list implementing the code:

#ArchiveList {
background-color:#191611;
}

Within the /* Widgets section

However I cannot for the life of me figure out the coding to do for my other widgets without wrapping the title of the widget in colour too. I want to have it look like it currently does on my blog for Blog Archive. In other words, the title not to have the background but just the 'body' of the widget to have a background. http://www.bubblesmakehimsmile.com <-- as a reference

I want to change the background for my Resources, my Make a Donation and my Do-Follower HTML and Link widgets.

Thanks in advance.

#LinkList1 {
background-color:#191611;
} (this code changes the whole section and not just the body of it

munas said...

Hi Pocket,
I just want to say hi...

Good dayz,
I've read you again, some of your posts,
made me smile,
just want to tahnk you..

goody green dayz,
keep smiling,
Muna

WBT said...

It's not possible anymore to leave the title blanket of HTML/Java-script gadget.
I alwasy get an error that I have to write a title. Is there any trick to create hmtl/java
gadgets without titles?

Tina said...

I have the same problem as wbt that it has to have a title. I put in a ' but it will show up.

Jen said...

this blog is fantastic and I will be back often. I'm new to this trying to add my own graphics, change things up etc. and so am looking to figure out if I have added a form for people to be able to input information, how i can format it so that it doesn't look just awkward on the page. my blog address is www.sisterhoodrevive.blogspot.com if you'd like to look at what I'm talking about. the form hangs clear over where the sidebar is supposed to and I'm not sure if there's any way to change that or how to change that within the html. i worked on it for an hour or so last night but couldn't even figure out where in the edit html i would go about changing it. any help would be appreciated. thanks.

blanka.kveton said...

I have add my Labels to a drop-down structure.
Now i would like to reduce the space between them on the Sidebar - bring the labels closer together. I plan to add more.
Need help on how i can do that!
CAN U HELP ME?

mia.lia's profile said...

nice tutorial ;D
i've tried it,,but can I make the pic closer to the 'about me','followers' and 'blog archive'
they look weird =O

http://luvmia97.blogspot.com/

yahaya said...

nice tips

share everything said...

how can make sidebar archive,link,comment ad other but in one place,, i can't explain that :(

review man said...

Thank you for this tutorial, man! It's more difficult to customizing sidebar in blogger :(

NajwaRazman, said...

yo dude, thanks for these codes. nice blog neway. keep it up x) !

Anatis said...

Thanks!!!

歌者 said...

THX,
Q:if i got few sidebars, how can i add different pics to sidebars so that each sidebar has different pic???

Sauvik Raha said...

plz assist me in changing the colour of the post titles in my blog archieve list... also tell how do i draw a frame around my blog title...

makiSALE said...

great blog... informative. i like to use one on my blog. http://makisale.blogspot.com

Cassie said...

This doesn't seem to work with the new template system. There is no ".sidebar h2" in the edit html field. Could you describe how to do this now, under the new system?

AKSHAY BHATLA said...
This comment has been removed by the author.
jaky. ☮ said...

your blog is awesome with a capital A! really, it helped me a lot, like a lot lot. Love it. HELPFUL, very very very very esp. for a non-pro like me when it comes to HTML encoding. thanks

High quality wallpapers said...

Thanks for sharing your suggestion here.It's helpful for me for my blog.

Chaitali Shah said...

Hi
I am new to blogging or html.

I am tried many ways to put an image and after that heading of blog comes but didn't find success :(

Your help above is awesome, can you help with the same in header? for source my blog is sharadthakars.blogspot.com and image I want to add is (https://lh5.googleusercontent.com/-4AC18DzZP-g/TkF4ys9dDUI/AAAAAAAAA54/3cFhh8nNZlM/s144/images.jpg)


Many thanks in advance

Melaney said...

Thank you oh-so-much for this tutorial! Worked like a charm! I'll link back to you!

Mario Dolan said...

Big, big help. Thanks for posting this!

Jean Sébastien said...

hello
I want to know how to do it in the form of round
like my blog http://leseby.blogspot.com
thank you!

Anonymous said...

Check out the latest updates

http://www.newsplug.blogspot.com/


you will it for sure...

Tracey said...

Hi there..I can not for the life of me get a pic behind my sidebar titles. I don't know what I'm doing wrong..then again, I'm not very good at HTML. HELP!!!! Thanks so much. Tracey

Marissarachelle said...

You can tell more about a person by world of warcraft gold what he says about others than you can by what others say about him.buy eden

gold


One should always play fair when one has the winning cards.cheap Tera gold

IBSC said...

Hello,

Your tips have been so helpful, thank you. I am still really stuck on one thing, I am trying to unbold my blog list under widgets and get rid of the indent and make the blog list left aligned. Are you able to help me with this? I have tried everything above and it doesnt seem be working. My blog is www.interiorsbystaceycohen.blogspot.com
Thanks.

Anonymous said...

I put the image like normal above the sidebar content, but there is a gap between the image and the thing i put above it. Any way to get rid of the gap?

Green World said...

thank you.. :D

Rie Ayl said...

excuse me,about the "BACKGROUND PICTURE (image) INSTEAD OF SIDEBAR TITLE" how do u hide the origin header before we replace with HTML?

Michelle said...

Hey, just discovered your blog and it's great! This is non-related to the tutorial itself, but what's the font you're using in the first image 'we'll change those'? Much thanks in advance :)

TrainingChrille said...

Hi! Perhaps you have already written bout this but here goes. I have tried to use target='_blank' in the Sidebar but gets the error message "attribute target is not a valid attribute of element a". How can I get around this???

Say it...

Related Posts with Thumbnails