Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
Left align radiobox and text in WP Polls
I need the radio box and text left aligned on this site I'm working on:
http://icfdenmark.php.ktadata.com/?page_id=162
Can't seem to hit the right selector. Thanks.
This question has been answered.
René Sejling | 10/26/11 at 9:53am
Edit
(4) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
10/26/11
9:58am -

Last edited:
10/26/11
10:10amLuis Cordova says:no
just remove
.format_text input, #commentform input, #commentform textarea {
width: 45%; <------ this makes it wide, if you remove it then you will see all well again
on thesis_182/custom/layout.css line # 243
the best way is to match radio buttons
ul li input[id^="poll-answer-"] {
width: 20px; <----- put here your value
width: auto; <----- or auto too
width: 20px !important; <----- put here your value if it does not listen the regular
}
Previous versions of this answer: 10/26/11 at 10:01am | 10/26/11 at 10:08am | 10/26/11 at 10:09am | 10/26/11 at 10:10am
-

Last edited:
10/26/11
10:06amRomel Apuya says:just add this in your style.css
#poll-answer-8,
#poll-answer-9,
#poll-answer-10,
#poll-answer-11,
#poll-answer-12,
#poll-answer-13,
#poll-answer-14,
#poll-answer-15,
#poll-answer-16,
#poll-answer-17,
#poll-answer-18,
#poll-answer-19,
#poll-answer-20,
#poll-answer-21,
#poll-answer-22,
#poll-answer-23,
#poll-answer-24,
#poll-answer-25,
#poll-answer-26,
#poll-answer-27{
width: 20px !important;
} -

Last edited:
10/26/11
2:12pmAndrzej Zglobica says:.format_text .wp-polls li input {
width:auto;
}- 10/26/11 2:13pm
René Sejling says:Perfect
- 10/26/11 2:13pm
This question has expired.
Gabriel Reguly, René Sejling, Sébastien | French WordpressDesigner, Linda voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
