veggetossj2
Member
Posted 1 year ago #
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
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;
}
veggetossj2
Member
Posted 1 year ago #
Thanks
I put it into my CUSTOM.CSS but no change. I even went down to 100px but nothing...
Any other ideas?
Cheers