The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Footer Woes...
I've been trying to customize my footer, but I'm having some issues. I wrapped <div> tags (footer_shizzle) around the "below_body" class tags. I've then added the css in add.css of the div id (.footer_shizzle {).
but for some reason, it's not working at all i.e the css. Also I added the tage below the body_wrapper. Code:
<div id="footer_shizzle">.......</div> |
#2
|
||||
|
||||
What does you CSS look like?
|
#3
|
|||
|
|||
Thank you for replying
Code:
} .footer_shizzle { width: 910px; height: 230px; font-size: 0.9em; margin: 10px auto 0; margin-bottom: 0; padding: 15px 0 5px 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px; border-radius: 5px; background: #333333; position: relative; } |
#4
|
||||
|
||||
In the div in your template, "footer_shizzle" is an id (#footer_shizzle), while it is a class in your CSS (.footer_shizzle).
|
Благодарность от: | ||
Sage Knight |
#5
|
|||
|
|||
Quote:
One last question, how can I keep it separate from the extra inherited padding? |
#6
|
||||
|
||||
You mean outside of the margins and width set in the "doc_margin" and "doc_width" stylevar settings? If so, that would require more extensive template modifications.
|
#7
|
|||
|
|||
I'm not so sure, just recently started all this "editing"
Here's a screenshot http://i54.tinypic.com/23v130n.png |
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
Surething, PMed.
Edit; All fixed up thanks to Theme Tempest |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|