Question

bigkid's avatar

Adding a line to the footer in Tumblr?

Asked by bigkid (12points) | asked May 7th, 2009 | 5 responses | “Great Question” (0points) | Flag as…

Hey there, I would like to center the black line at the bottom of this blog http://arcadeagency.tumblr.com/, but I cannot figure it out. Any suggestions would be really appreciated. Thank you!

Topics: , , , ,
Observing members: 0 Composing members: 0

Answers

johnpowell's avatar

A few changes needed to be made. This:

<div id=“footer_line”>
</div>

Needed to be put inside Put inside the content div.

And I changed the this:

#footer_line {
border-top: .5px solid #000000;
margin:0 auto;
}

The final result is this

edit: not tested on IE. I’m sure IE will manage to fuck it up.

edit #2: The line isn’t showing up in Safari.

I would probably just go with a border-bottom: .5px solid #000000; on the div content.

bigkid's avatar

Many thanks dude. I really don’t want to take up any of your time with my questions, it’s just that you have the best answers.

Cheers man

johnpowell's avatar

I don’t mind. That is why we are here.

johnpowell's avatar

Looks like the changes worked. But the links in the footer are a bit left. It looks funny. I would just do the same. Put them in the Div contain and call it a day.

bigkid's avatar

Will do! Thanks again!

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.

Have a question about something? Ask Fluther!