[Resolved] Simple CSS doesn't change "inside-header"

Home Forums Support [Resolved] Simple CSS doesn't change "inside-header"

Home Forums Support Simple CSS doesn't change "inside-header"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216574
    Kevin

    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

    #216609
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #216619
    Kevin

    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.

    #216653
    Tom
    Lead Developer
    Lead Developer

    Glad I could help ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.