Archived topic
Simple CSS doesn't change "inside-header"
3 replies · Started by Anonymous on August 8, 2016
Hi
First of all I really like your Theme, thank you very much for this. I recently had a problem with the Simple CSS plugin. The standard CSS file has padding 40px for the "inside-header" class. Now i wanted to change this with the Simple CSS but it just does nothing if i add new padding. do you have any ideas why it doesn't work?
here is my test website
http://verein1-0.lima-city.de/
thank you very much
Kevin
It looks like you're using PHP comments in the CSS.
// This is a PHP comment
/* This is a CSS comment */
Using PHP comments will break all of the CSS below it.
Let me know if that helps or not :)
Wow thank you very much, I was totally in PHP code when i wrote this. You fixed my problem which i tried to handle for hours. Sometimes a second viewer is worth a lot.
Thank you very much. You fixed it.
Glad I could help :)