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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -