Top margin for footer
-
This is a really stupid question – I am actually kind of embarrassed to be asking but…all I am trying to do is add a 30px margin to the top of my footer. When I inspect the element with firebug and add the margin in the layout tab – it corrects my problem – then when I click css it shows this:
element.style {
margin-top: 30px;
}– I don’t really know where to put this css – element.style doesn’t seem to specify the footer at all – If I just put that in my css I find it highly unlikely that it will change my footer. Do I have to somehow incorporate it into my footer.php or what? my URL is http://www.daily-mash.com – if you look at the footer you can see what I am trying to correct. Any help is greatly appreciated – thanks!
-
possibly start with fixing the large number of validation errors:
http://codex.ww.wp.xz.cn/Validating_a_Website
fyi: the general footer has the css id of
#colophonwhat is a validation error and how do I fix it? Sorry I have never heard of that and don’t know what would cause it…
review http://codex.ww.wp.xz.cn/Validating_a_Website
validation errors are when the written code does not conform with the rules…
oh sorry I didn’t see the link for it
Wow this is really overwhelming – I don’t really know what most of this stuff means or where to begin…
All I really changed was the css – it seems like a lot of this stuff has to do with plugins or something – is it normal to have some errors or does this mean my site is now hopeless?
The topic ‘Top margin for footer’ is closed to new replies.