So I was playing around trying to "customize" my blog. I'm not too savy when it comes to these things. I want to be able to make my blog look special like the others that I see but I don't know how. If I was able to move my title over so it isn't infront of the picture I'd be happy, but I can't and I just get frustrated so here it is folks. Don't laugh at my computer design challenged self, I cannot help it!
Yes. I will email you with the instructions.
ReplyDeleteIt's easy.
Oh shit...I just saw that you don't have an email address?!
ReplyDeleteI'll try to tell you in a comment.
Go into layout and click on edit HTML.
Scroll down to the header section of your template until you see this:
#header {
margin: 5px;
border: 2px dashed #dddddd;
text-align: left;
color:$pagetitlecolor;
All you need to do is replace the word left on the text-align line, with the word center.
So it will look like this:
#header {
margin: 5px;
border: 2px dashed #dddddd;
text-align: center;
color:$pagetitlecolor;
After you do this click on save template and your blog title should then appear in the center of your header.
Note: This line
border: 2px dashed #dddddd; will not look the same in your blog template because I changed it in my own template, but don't worry because the only thing you need to concern yourself with is the text-align line.
I hope this helps.
thanks Ron, I will give it a try!
ReplyDeleteI am such a techtard, I swear to God.
ReplyDeleteThank you so much for your words over there on my blog when I admitted to the world that I wish my grandmother was dead.
Also, thank you for commenting so I could find you! I love waitress stories. I always think that I miss the biz until I am reminded of how shitty and drama filled the day can be. I can't wait to catch up on your posts!
Hi -
ReplyDeleteI wanted to give you a link to this blog. It'a a good resource for technical questions.
http://www.blogdoctor.me/