• I am using the Yashfa theme, which has extra bottom widgets. I added a text widget and it turned it out it was too large. I isolated it in Firebug, and could change the generated inline CSS to ‘overflow: visible‘ which fixed the problem. But, I absolutely cannot find this code anywhere. I looked through every single file in the WordPress editor and even downloaded the theme from my server to my home machine to investigate. I noticed that the functions.php was different locally than it was in the WordPress editor, though I don’t know how this is possible.

    Anyway, the widget is appearing, but I have no way to edit that code. Can anyone tell me where that inline CSS is being generated from?

Viewing 2 replies - 1 through 2 (of 2 total)
  • you cant find what code anywhere? what specifically are you looking for (a string would be helpful)?

    you said this:

    …and could change the generated inline CSS to ‘overflow: visible’ which fixed the problem.

    so youre not looking for that, since you just indicated that is your change.

    Whatever changes you make with firebug will be gone once you hit refresh. These changes will not be in any file.

    Peter

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can see code in Firebug, but nowhere else’ is closed to new replies.