• Hello there.

    I’m having a slight problem with a template that i downloaded.
    The problem that i am having is with the RSS widget syndication image. It appears to not style to the title of the widget itself.

    The link to the site is: http://www.bladestalk.com/

    If you look at the “latest news” column you will be able to notice the following:
    1. in IE the syndication image appears as part of the “latest news” title. Sp much so you cannot see the “L”
    2. In firefox the image appears just below the widget title.

    I would like it to be just at the side of the title like the normal default template.
    However i cannot seem to find the right part in the CSS file to do this.
    Can anyone help please?

Viewing 1 replies (of 1 total)
  • In your theme’s files, find this bunch of code:

    .topgrad img {
    left:0px;
    position:absolute;
    top:0px;
    z-index:0;
    }

    The “position:absolute;” is the culprit here. As far as my cursory glance can tell, that entire CSS declaration is unnecessary, so just remove it.

Viewing 1 replies (of 1 total)
  • The topic ‘RSS widget image problem’ is closed to new replies.