Forums

[resolved] [Plugin: WP-Polls] Polls Go Beyond Sidebar Width (4 posts)

  1. plz.help.me
    Member
    Posted 2 years ago #

    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.

  2. plz.help.me
    Member
    Posted 2 years ago #

    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;
    }
  3. nightrock
    Member
    Posted 2 years ago #

    Thanks for taking the time to write it.

  4. Tom
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags