Adding a line to the footer in Tumblr?
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!
Observing members:
0
Composing members:
0
Answers
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.
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
I don’t mind. That is why we are here.
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.
Answer this question 