a.j.'s stick figure fun times
smalllindsay:

I updated my tumblr header to this but I don’t know how to center it (︶ω︶)

Add the following to the “Add Custom CSS” area under the ADVANCED dropdown:
 #wrapper #title { margin: 30px auto; width: 500px; }

It should override the CSS already present. Alternately, if you want to change the distance from the top of the header to the top of the page and from the bottom to the top of the content, do this:


#wrapper #title {
                margin: 30px auto 30px;
                width: 500px;
                }

The first 30px is for the top, the second is for the bottom. If the width of your image changes, change the 500px width to whatever that is.

smalllindsay:

I updated my tumblr header to this but I don’t know how to center it (︶ω︶)

Add the following to the “Add Custom CSS” area under the ADVANCED dropdown:

#wrapper #title { margin: 30px auto; width: 500px; }

It should override the CSS already present. Alternately, if you want to change the distance from the top of the header to the top of the page and from the bottom to the top of the content, do this:
#wrapper #title {
                margin: 30px auto 30px;
                width: 500px;
                }
The first 30px is for the top, the second is for the bottom. If the width of your image changes, change the 500px width to whatever that is.
  1. stewped reblogged this from smalllindsay and added:
    Add the following to the “Add Custom CSS” area under the ADVANCED dropdown: #wrapper #title { margin: 30px auto; width:...
  2. doven said: Pretty much what that guy said … All you have to add is these properties {display: block; width: 500px; margin: 0 auto;} Here’s a screenshot of firebug: i.imgur.com/wVXMh.p…
  3. greenhorn said: I can teach you a little html if you like.
  4. swegener reblogged this from smalllindsay
  5. dhstjean reblogged this from smalllindsay and added:
    Bored at work = playing with CSS and html! I think I may have figured out how to center this image, if you don’t mind...
  6. smalllindsay posted this