I converted the client website into responsive website so shifted the maximum internal and inline css code into external stylesheet so i can target the element as per screen sizes.
here is the client website Photovoltaiksolarstorm.com
Website work fine on every browser chrome, opera, safari and others but on mozilla it doesn’t load exact css file seems like file is loaded somewhere on server cache so i cleared my browser cache completely and client asked the server host for cache issue but they said everything is fine her still the problem occured. i am sharing screenshot of website one area there are many like that but i hope one can debug from there:
Right screenshot from chrome: http://www.photovoltaiksolarstrom.de/photovoltaik-rechner – page link
right screen shot of mozilla browser.
Website is on wordpress, i shifted it to bootstrap. please let me know what is the issue there.
Many thanks.
I think it’s a parsing error. Right above your
rechner-paratop
class there is the following line:The quote
"
at the end right before the closing bracket is clearly wrong. This might stop some browsers from properly parsing your CSS.Edit: Taking a closer look at your CSS clearly shows that there are more validation problems.