html - CSS Bug: Footer under images on Firefox, but on top of Images on other WebBrowsers -


i doing website wordpress , have problem. while editing of css of page, wanted make footer go little bit closer image widgets. problem on firefox, site perfect, when @ other browsers (eg: chrome or safari) on top of images.

can figure 1 out? have spent hours trying change doesn't work.

here link of website: http://portugalweddingphotographer.com/

thank much

i agree, refresh cache. make footer closer currently, remove/adjust padding , margin for:

footer#footer-container p.copyright {   margin: 30px 0; /*can make 10px example*/ }  footer#footer-container {   padding: 30px 0; /*can make 10px example*/ } 

Comments