• Resolved plzhelpme

    (@plzhelpme)


    http://lockerznews.co.cc
    Scroll down to the bottom and you will notice that the polls are longer than the sidebar and I have had to to set it to ‘overflow:hidden’ so that they do not make the page 50 ft long.

    Any ideas?
    Read another post but got nothing out of it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter plzhelpme

    (@plzhelpme)

    Unlike other people, I will write how I fixed this one.

    I edited the file: polls-css.css
    The problem was that the results would run off the page.

    Do what I did and edit the following block in the css file.

    Here is the script before:

    .wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
    	text-align: left;
    	background-image: none;
    	display: block;
    }

    Here is the script after:

    .wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
    	text-align: left;
    	width:150px;
    	background-image: none;
    	display: block;
    }

    Thanks for taking the time to write it.

    Tom

    (@jeffreeeeey)

    Never worked for me, but thank you for posting the solution that helped you- perhaps it will help others.

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

The topic ‘[Plugin: WP-Polls] Polls Go Beyond Sidebar Width’ is closed to new replies.