View Full Version : Footer Woes...
Sage Knight
10-05-2011, 04:33 AM
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.
<div id="footer_shizzle">.......</div>
And lastly when I use chrome to inspect the element it shows that everything is correct.:(
Digital Jedi
10-05-2011, 05:04 AM
What does you CSS look like?
Sage Knight
10-05-2011, 05:19 AM
Thank you for replying :)
}
.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;
}
Theme Tempest
10-05-2011, 12:50 PM
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
10-05-2011, 03:29 PM
In the div in your template, "footer_shizzle" is an id (#footer_shizzle), while it is a class in your CSS (.footer_shizzle).
Thank you very much, it's fixed :)
One last question, how can I keep it separate from the extra inherited padding?
Theme Tempest
10-05-2011, 03:47 PM
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.
Sage Knight
10-05-2011, 04:02 PM
I'm not so sure, just recently started all this "editing"
Here's a screenshot
http://i54.tinypic.com/23v130n.png
Theme Tempest
10-05-2011, 04:04 PM
I'm not so sure, just recently started all this "editing"
Here's a screenshot
http://i54.tinypic.com/23v130n.png
Can you PM me a link to the forum so I can have a better look at it?
Sage Knight
10-05-2011, 04:17 PM
Surething, PMed.
Edit; All fixed up thanks to Theme Tempest
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.