Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2488374
Alignment of Comment Form Checkboxes
Closed

Comments

  • Fadi started the conversation
    1. Is there any solution to align the checkboxes below the comment form as some checkboxes appear indent.
    2. I also noticed the first checkbox font is normal, whereas the other two are bold and smaller size.
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    form.comment-form > p.mc4wp-checkbox, form#commentform > p.comment-subscription-form{ margin-left: 0 !important; margin-right: 0 !important; }
    #respond form#commentform label{ font-weight: 400; font-size: 14px; color: #777; }
    

    Best Regards,

    PenciDesign