Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #251789

    Hello!

    I have a minor issue that I’m hoping someone knows the quick answer to. On a post page below my post comment button, I have two check boxes and the text that goes with them. The check boxes are left justified as I would expect, but the text looks as if it being centered. You can see it here at the bottom of the page below the Post Comment button.

    http://www.mosfoundation.org/truly-down-under/

    Any help would be greatly appreciated.

    Thanks,

    Dave

    #252387

    Hey Dave!

    Try adding this code to the Quick CSS:

    p.comment-subscription-form label {
        left: 20px !important;
        top: -4px !important;
    }

    Cheers! 
    Josue

    #252760

    Thanks Josue!!! That fixed the problem.

    Warm Regards,

    Dave

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Gap between check box and text, not sure what css is causing it though’ is closed to new replies.