Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-04-2012, 08:15 PM   PM User | #1
operapixie
Regular Coder

 
Join Date: Nov 2011
Posts: 129
Thanks: 11
Thanked 0 Times in 0 Posts
operapixie can only hope to improve
Question Can't get rid of extra space below footer

Howdy,
Nearly done styling the footer on this development site built in WodPress, but I'm having trouble getting the dark color of the footer background to stop at the bottom instead of stretching below my footer2 styling:

Here is the page.

I *think* I've taken care of any padding-bottom or margin-bottom instances, but I suppose I could have missed some. I'm not sure I can do much about the placement of the divs since the footer text (in the lighter area anyhow) is part of a specific section of the template, and the areas in the darker part are widgets. I guess I could physically modify the template itself, but I try and avoid that whenever possible.

Thanks in advance.

~Laura
operapixie is offline   Reply With Quote
Old 10-05-2012, 01:06 PM   PM User | #2
jamaks
New Coder

 
Join Date: Sep 2012
Location: Scottish Borders
Posts: 36
Thanks: 1
Thanked 9 Times in 9 Posts
jamaks is on a distinguished road
Hi, looks like the footer has a 20px bottom padding
Code:
#footer {	padding: 25px 0 20px;
although that is a strange way to declare it using only three values. Your problem is compounded due to the fact that there is not enough space for the text
Quote:
© 2012 Race Marque Systems/Dream Machine Engineering
and the last word is outside the designated space. Hope this points you in the right direction. Jim
jamaks is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:52 PM.


Advertisement
Log in to turn off these ads.