Note that there are some explanatory texts on larger screens.

plurals
  1. PORadio button horzontally with css without changing html codes
    primarykey
    data
    text
    <p>My code as follows, generated by a software and I cannot change any of the values.</p> <pre><code>&lt;div class="cred-field cred-field-ticket-month-or-course"&gt; &lt;div class="cred-label"&gt;Month or Course&lt;/div&gt; &lt;div id="cred_form_3584_1_wpcf-ticket-month-or-course-radios" class="myzebra-radios"&gt; &lt;div class="myzebra-radios-single"&gt; &lt;label class="myzebra-style-label"&gt; &lt;input id="cred_form_3584_1_wpcf-ticket-month-or-course_wpcf-fields-radio-option-a6da15467aeb84f539c0dc1cd766ccd6-2" class="myzebra-control myzebra-radio myzebra-prime-name-wpcf-ticket-month-or-course" type="radio" checked="checked" value="wpcf-fields-radio-option-a6da15467aeb84f539c0dc1cd766ccd6-2" name="wpcf-ticket-month-or-course"&gt; &lt;span class="myzebra-radio-replace"&gt;&lt;/span&gt; &lt;/label&gt; &lt;label id="cred_form_3584_1_label_wpcf-ticket-month-or-course_wpcf-fields-radio-option-a6da15467aeb84f539c0dc1cd766ccd6-2" for="cred_form_3584_1_wpcf-ticket-month-or-course_wpcf-fields-radio-option-a6da15467aeb84f539c0dc1cd766ccd6-2"&gt;per month&lt;/label&gt; &lt;/div&gt; &lt;div class="myzebra-radios-single"&gt; &lt;label class="myzebra-style-label"&gt; &lt;input id="cred_form_3584_1_wpcf-ticket-month-or-course_wpcf-fields-radio-option-f63eb739e2a6499a882c8e82aa35b028-1" class="myzebra-control myzebra-radio myzebra-prime-name-wpcf-ticket-month-or-course" type="radio" value="wpcf-fields-radio-option-f63eb739e2a6499a882c8e82aa35b028-1" name="wpcf-ticket-month-or-course"&gt; &lt;span class="myzebra-radio-replace"&gt;&lt;/span&gt; &lt;/label&gt; &lt;label id="cred_form_3584_1_label_wpcf-ticket-month-or-course_wpcf-fields-radio-option-f63eb739e2a6499a882c8e82aa35b028-1" for="cred_form_3584_1_wpcf-ticket-month-or-course_wpcf-fields-radio-option-f63eb739e2a6499a882c8e82aa35b028-1"&gt;per course&lt;/label&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div style="clear: both;"&gt;&lt;/div&gt; </code></pre> <p>I need help in putting this radio button side by side (horizontally).</p> <p>I cannot do this because it will affect other radio buttons on the same page. Is there any other techniques? </p> <pre><code>.myzebra-radios-single { float: left; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload