Question on where to find this in the CSS file

Discussion in 'CSS' started by jg123, Jan 22, 2007.

  1. #1
    On my blog topSEOnews.com I changed the little icon that shows next to each post but I want to make it bigger. Since I uploaded a bigger size (32x32) than was there before (12x12) and it is remaining small I am assuming the size is being controlled via CSS, but I can't seem to figure out where.

    Any help is greatly appreciated.

    thanks
     
    jg123, Jan 22, 2007 IP
  2. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not in stylesheet, but it's in html.

    <img src="http://topseonews.com/wp-content/themes/Tropical/images/fl.gif" alt="" width="12" height="12" align="left" style="margin:2px 10px 0 15px;" />
    HTML:
    So look inside the templates.
     
    crazybjörn, Jan 22, 2007 IP
    jg123 likes this.