• This one is a real stumper for me. I’m trying to edit the CSS for my site, but the line numbers that are showing up on Firebug do not correspond to the lines that are in my actual stylesheet (style.css). I checked the path to the document from within Firebug and then downloaded the document via FTP. The rule that it says is on line 195 is not there in the stylesheet.

    The only thing I can think of is that it’s caching somewhere. Has anyone else run into this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you provide a link to the site?

    Are you using any ‘minification’ plugins?

    Just add over-riding CSS statements to the bottom of your theme’s style.css. You don’t have to change the original line.

    Like Jacob mentioned, if you are using some minification plugin that combines all the CSS style sheets into a single file for transmission, then you need to disable that and then re-enable it after you know your change is working.

    Thread Starter sallen5280

    (@sallen5280)

    Well I figured part of it out. Looks like the minification of the forms is coming from the plugin that I am using, which is Gravity Forms. There are no other caching plugins or speed optimizers that I am using.

    The URL of the page that I’m trying to fix is here:
    https://northerncoloradoseo.com/contact/

    I have a request in for support from Gravity Forms on how to disable the minification of the CSS.

    Well, you can try to add the over-riding CSS to the bottom of your theme’s style.css and see if it notices the change.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS line numbers don't match’ is closed to new replies.