Hi Giri / Guust,
Sorry to bother you again, but something went wrong after moving the templates. The custom CSS that you had helped earlier with, loads but applies only partially (out of three, only the last part works i.e. [float : right]. The first two sections of css do not apply). Can you please guide me to resolve this? Pasting the URL in a private message for your reference.
/* Plugin - UsersWP */
.uwp-account, .uwp-change, .uwp-forgot, .uwp-login, .uwp-profile, .uwp-registration {
background-color : #fff;
border-style : solid;
border-color : #000;
width : initial;
}
.uwp_adv_search_form .uwp-lf-icon, .uwp_page .uwp-lf-icon, .uwp_widgets .uwp-lf-icon {
border : none;
width : 100px;
height : 100px;
}
.uwp-register-now, .uwp_adv_search_form .uwp-forgotpsw, .uwp_page .uwp-forgotpsw, .uwp_widgets .uwp-forgotpsw {
float : right;
}