• Hi,

    When I make a custom poll, if the width is too narrow, the answers go out of line with the white circles. However, the title is fine.
    How can I re-align them while keeping the width. You can see the problem in the side widget.

    http://bakapad.com/?p=241

    Also, you can see in the post a poll with correctly aligned text because I used a different custom poll which is wider.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try changing/override the width of the selector #PDI_container4198502 .pds-input-label to something like 190px and check if it looks good.

    e.g.

    #PDI_container4198502 .pds-input-label {
        width: 190px;
    }

    Thread Starter veggetossj2

    (@veggetossj2)

    Thanks

    I put it into my CUSTOM.CSS but no change. I even went down to 100px but nothing…

    Any other ideas?

    Cheers

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

The topic ‘Poll text alignment’ is closed to new replies.