• I’m making an update to my CSS code under appearance > editor.

    WordPress is telling me ‘File edited successfully’.

    When I look at my site, I see no update. I have tried ctrl+f5 to hard refresh but still no change.

    When I use firebug to inspect the source I do not see the updates I made in the CSS referenced.

    I’m making changes to my main stlyesheet ‘style.css’.

    I’m adding margin to one element:

    .below-content-alt {
    padding: 0;
    margin-bottom: 70px;
    }

    Please help me! I feel like I’m going mad!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am actually experiencing this as well.

    I am working local off my machine, and had been doing so just fine. All of a sudden, this morning, I am trying to add edits to my stylesheet, and they aren’t taking effect even though the file is correctly being saved.

    I think it is something to do with WordPress and the rewrite. Also, if I look in Firebug I see my stylesheet is loaded with: style.css?ver=4.1.1 – not sure the difference with that and just the regular style.css.

    Will update if I figure mine out…

    Well, of course, it was user error ??

    I had a missing “/” on a commented out section, and it was blowing up my CSS.

    Check for any typos or missing brackets on yours etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS style sheet not updating’ is closed to new replies.