Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jan 2011
    Posts
    11
    Plugin Contributions
    0

    Default How to align radio button and text?

    On my product description page, how can I align the radio button with the text describing it? The radio button is way higher than the text preceding it (in this case, "Download File 1"). I've tried editing a number of different files but I can't seem to affect the right one. I'm guessing it has something to do with this code below or one of the css files

    (from tpl_modules_attributes.php
    Code:
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
    <div class="back"><?php echo $options_menu[$i]; ?></div>
    <br class="clearBoth" />
    </div>

    Here is the resulting html
    Code:
    <!--bof Attributes Module -->
    <div id="productAttributes">
    
    
    <div class="wrapperAttribsOptions">
    <h4 class="optionName back">Download File 1</h4>
    <div class="back"><input type="radio" name="id[20]" value="69" checked="checked" id="attrib-20-69" /><label class="attribsRadioButton zero" for="attrib-20-69">Personal Use [was: +$0.00 now is: Free]</label>
    </div>
    <br class="clearBoth" />
    </div>

    As a side note, how can I get rid of "[was: +0.00 now is: Free]"?

    Thanks
    Last edited by Carolc; 22 Mar 2011 at 04:30 AM.

 

 

Similar Threads

  1. v150 Align radio button of product attribute
    By lonelywolf90 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Apr 2012, 02:50 AM
  2. Radio button lable align, please help !
    By ukrik in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 17 Jan 2011, 07:27 AM
  3. Radio button requires text field
    By bigdrunk in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 2 Jul 2010, 08:17 PM
  4. vertical-align:middle; text on checkout page by radio buttons
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 23
    Last Post: 24 Apr 2009, 02:28 PM
  5. Payment Radio Button Text. How Do Ya Change It?
    By bumba000 in forum General Questions
    Replies: 5
    Last Post: 6 May 2007, 08:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg