Skip to content

Instantly share code, notes, and snippets.

@ronalfy
Last active September 14, 2020 15:39
Show Gist options
  • Save ronalfy/b61eaebc255c0be6154d9b9bdd3f26fd to your computer and use it in GitHub Desktop.
Save ronalfy/b61eaebc255c0be6154d9b9bdd3f26fd to your computer and use it in GitHub Desktop.
Paid Memberships Pro - BuddyBoss Radio Box Alignment
/*Fluent Form Checkbox alignment*/
.ff-el-form-check-input {
margin-top: 4px !important;
}
form.pmpro_form .pmpro_checkout-fields div.pmpro_checkout-field-radio-item, form.pmpro_form .pmpro_member_profile_edit-fields div.pmpro_checkout-field-radio-item {
display: block;
}
form.pmpro_form .pmpro_checkout-fields div.pmpro_checkout-field-radio-item input, form.pmpro_form .pmpro_member_profile_edit-fields div.pmpro_checkout-field-radio-item input {
width: auto;
}
.pmpro_checkout-field.pmpro_checkout-field-radio {
position: relative;
}
.pmpro_asterisk {
display: inline-block;
position: absolute;
top: 5px;
right: 0;
font-size: 1.2em;
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment