Last active
September 14, 2020 15:39
-
-
Save ronalfy/b61eaebc255c0be6154d9b9bdd3f26fd to your computer and use it in GitHub Desktop.
Paid Memberships Pro - BuddyBoss Radio Box Alignment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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