View Full Version : Footer text spacing
mathforum
03-22-2012, 03:12 AM
Here is my current footer.
https://vborg.vbsupport.ru/external/2012/03/17.png
I want to remove the spacing between the text. There doesn't seem to be a footer.css file and I using Firebug I see the phrases related to .footer elements but I can't locate them at all. Ideas?
setishock
03-22-2012, 05:35 AM
I need to see your entire board. I think I know what it is.
The link in your profile doesn't work.
mathforum
03-22-2012, 03:08 PM
<a href="http://www.mathhelpboards.com" target="_blank">www.mathhelpboards.com</a>
setishock
03-23-2012, 05:18 AM
Ok sorry for the delay in getting back to you. Wild night at the office last night and not in a good way. Had to have been full moon.
Anyway the gap is caused by the ad-on copyright being in the more copyright div. More your copyright statement in to the first div above the closeing /div tag.
And the footer css is in vbulletin-chrome.css. At the bottom of the page.
mathforum
03-23-2012, 08:13 PM
That worked perfectly! Now it looks like this:
https://vborg.vbsupport.ru/external/2012/03/9.png
Any idea how to remove the padding between the white/grey edge and the start of the text block?
setishock
03-23-2012, 09:55 PM
This will park it in the left corner like > http://www.animeappeal.com/?styleid=122
.footer_copyright,
.footer_morecopyright {
margin-left: 20px;
padding-bottom:{vb:math {vb:stylevar padding}/2};
color:{vb:stylevar footer_copyright_color};
font:{vb:stylevar footer_copyright_font};
/* margin-top: {vb:stylevar padding}; */
text-align:left;
display:block;
}
Put in your additional.css and click save and reload.
mathforum
03-23-2012, 11:54 PM
I actually would like it in the middle, just that padding removed. Should I be editing already existing CSS to do this or adding a modified version of the code you wrote in the additional.css file?
TheLastSuperman
03-24-2012, 12:26 AM
^ Modified version in additional.css :cool:.
Try simply adding in:
text-align:center;
To the definition itself and it should then be perfectly centered (should be centered by default though).
setishock
03-24-2012, 06:18 AM
That white above the copyright text is the bottom of the body background. It's in the common stylevar group.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.