I’m trying to move the checkbox on this page: https://madebypress.org/innovative/login/ to center with the rest of the text and other elements.
The login form is a piece of shortcode from the Restrict Content Pro plugin.
This is what I’ve added, but I’m doing something wrong:
/Checkbox/
.rcp_form input[type=checkbox] {
float: none;
}
I’m wondering too, am I using the right element to work with plugin shortcodes in X?
Thanks,
Brad