Forums

wp-polls displaying with no styling/css (4 posts)

  1. steve51184
    Member
    Posted 3 weeks ago #

    hey all wp-polls is displaying weird...

    here's what it should look like:

    http://mwolk.com/blog/wp-content/uploads/2009/04/06.png

    and here's what mine looks like

    http://i34.tinypic.com/24pdutf.png

    i'm also using wp 2.8.5 and the Techified theme :)

    http://wordpress.org/extend/plugins/wp-polls/

  2. GamerZ
    Member
    Posted 3 weeks ago #

    Your theme CSS is conflicting with the polls. Check for LI/LABEL/INPUT style in your theme style.css. If I am not wrong display: inline is used or float is used for one of this. You need to trial an error. My CSS is not really that good.

  3. steve51184
    Member
    Posted 3 weeks ago #

    thank you very much i found the conflicting code and deleted it as it didn't affect anything on the site

    #sidebar .box .box_content ul li,
    #sidebar .box .box_content ol li {
    	background: none;
    	margin: 0;
    	padding: 0;
    	display: inline;
    }
  4. steve51184
    Member
    Posted 3 weeks ago #

    right it's displaying much better but the links are still not styles... any more ideas?

    http://i37.tinypic.com/el8a3p.png

Reply

You must log in to post.

About this Topic

Tags