You need to sign in to do that
Don't have an account?

Label and checkbox alignment
I am trying to figure out why there is a large space between the field lavel and the checkbox on my VF page.
Here is a screenshot
Here is the code:
<apex:pageBlockSectionItem helpText="{!$ObjectType.Professional_Development_Event__c.Fields.Recipient_Opt_Out__c.inlineHelpText}" > <apex:outputLabel value="Opt-Out?" for="recipientOptOut"/> <apex:inputField required="" style="width:80%;" id="recipientOptOut" value="{!pdEvent.Recipient_Opt_Out__c}" > <apex:actionSupport event="onclick" action="{!optOutChanged}" /> </apex:inputField> </apex:pageBlockSectionItem>

I accidentally had a style="width:80%;"