I was hoping for some help with the recent appearance of the check input falling outside the box for each plan (see images). I found the CSS, but having trouble pinpointing it to add as a CSS override.
I am not sure when and how it happened, as I have not made any styling changes. It makes a difference to know I am using a YooTheme for the site template. I commented out the "margin-left" and "margin-top" as shown below in inspecto,r which seems to place the input button back where it's supposed to be.
.cb_template .form-check-input {
/* margin-left: -1.25rem; */
/* margin-top: .3rem; */
position: absolute;
}