• Resolved ciarasebecke

    (@ciarasebecke)


    Hello. I have a checkbox under my comment section and it is taking up three lines because the width is so tiny, but when I make the width larger it also changes the width of the boxes where commenters enter their name and email. I tried

    
    #respond label { 
    	width: 500px;
    }
    
    #respond input {
    	width: 5px;
    	margin-bottom: 0px;
    }
    

    and fixed it but this also affected the email and name boxers for users who are not logged into WordPress. Maybe I could make it two separate CSS classes? Not sure if that’s possible. The checkbox was created with a plugin. #respond label is the text and #respond input is the checkbox. The plugin is Mailchimp for WordPress

    • This topic was modified 9 years, 8 months ago by ciarasebecke.
    • This topic was modified 9 years, 8 months ago by Jose Castaneda. Reason: fixed code
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Checkbox on one line’ is closed to new replies.