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

    (@twelvefootsnowman)

    It’s not in your CSS at all.

    In Firebug, element.style means that’s an inline style that’s written in your HTML. In your case it’s part of the .thumb div, eg:

    <div class="thumb" style="height:200px;">

    So I’d guess it would be in your either your index.php or page.php templates.

    Thread Starter elitesalesgroup

    (@elitesalesgroup)

    Thank you very much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to access and edit element.style’ is closed to new replies.