logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

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

Hello

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.

  • avatar
    Last edited:
    10/26/11
    9:58am
    Utkarsh Kukreti says:

    .wp-polls-ul input[type="radio"] { width: auto; }

  • avatar
    Last edited:
    10/26/11
    10:10am
    Luis 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

  • avatar
    Last edited:
    10/26/11
    10:06am
    Romel 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;
    }

  • avatar
    Last edited:
    10/26/11
    2:12pm
    Andrzej Zglobica says:

    .format_text .wp-polls li input {
    width:auto;
    }

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.