Forums

Checkboxes Group not in line

JeridHill 02 Sep, 2013
I'm not sure if this is a CSS issue due to my page or if it's normal. I do not have the vertical check boxes selected in the options of the checkbox group, so I'm at a loss. I'm attaching an image of what's happening.

I want the answers lined up with the checkboxes. When I go to inspect the element, the width does show much larger than what it is, so I'm unsure of how to proceed.

http://www.belquette.com/index.php/dtg-info/request-samples-or-info

[attachment=0]Screen Shot 2013-09-02 at 9.29.32 AM.png[/attachment]
GreyHead 02 Sep, 2013
Hi JeridHill,

The problem appears to be this CSS around line 168 of /templates/rt_chapelco/css/rt_chapelco-custom.css
.ccms_form_element input, textarea, input[type="file"] {
    width: 90%;
}

Bob
This topic is locked and no more replies can be posted.