BUG: The option "Login Shortcode Alignment" does not work

This commit is contained in:
denisbaranov
2018-08-30 17:17:14 +03:00
parent 002066728f
commit 704f2c63ad
+6
View File
@@ -7,5 +7,11 @@ print ".um-$form_id.um {
}";
}
if ( isset( $align ) && in_array( $align, ['left', 'right'] ) ) {
print ".um-$form_id.um {
margin-$align: 0px !important;
}";
}
?>
</style>