The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Footer text spacing
Here is my current footer.
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? |
#2
|
|||
|
|||
I need to see your entire board. I think I know what it is.
The link in your profile doesn't work. |
#3
|
|||
|
|||
<a href="http://www.mathhelpboards.com" target="_blank">www.mathhelpboards.com</a>
|
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
That worked perfectly! Now it looks like this:
Any idea how to remove the padding between the white/grey edge and the start of the text block? |
#6
|
|||
|
|||
This will park it in the left corner like > http://www.animeappeal.com/?styleid=122
Code:
.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; } |
#7
|
|||
|
|||
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?
|
#8
|
||||
|
||||
^ Modified version in additional.css .
Try simply adding in: Code:
text-align:center; |
Благодарность от: | ||
mathforum |
#9
|
|||
|
|||
That white above the copyright text is the bottom of the body background. It's in the common stylevar group.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|