css - Footer is Overlapping an element, Quick Solution to auto push it down? -


i apologize ahead of time, not skilled web designer @ all, , did googling before asking this, complicated solutions require creating new divs , stuff, hoping there simple mod or line add existing code footer solve this?

here site: http://ratecitident.com/ see how black footer overlapping ratings box, how can prevent this, keep footer @ base on size screen? may not show problem on screen, on sizes, , on phones. how looks on desktop screen: http://gyazo.com/112b627bb056fc0bc6eb48070939d9b7

thanks

you can add little bit of code css:

div#content { margin-bottom: 20px; } 

this gonna give more spacing,because forcing footer bottom of content div 20px.

you can always,target specific screen using media queries,in case must target iphone screen,here tutorials media queries.

css-tricks.com's tutorial

mozilla developer network's tutorial


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -