Thank you Guust.
I am sharing the basic custom CSS (Appearance – Customize – Additional CSS) for reference below. Might I request your / Giri’s thoughts on why it impacts only the userswp forms and, if possible, directions to fix the issue.
Kind regards
Abhijeet
/*
Child Theme Customization
*/
.site-logo-link {
float: left;
}
.site-title {
float: left;
clear: inherit;
margin-top: 17px;
}
.search-toggle {
border: none;
height: 62px;
width: 60px;
}
.main-navigation {
z-index: 100000;
}
.home #primary:before {
content: "Slow Travel. Long Reads.";
display: block;
text-align: center;
margin-top: 20px;
font-size: 110%;
}
/*
Plugin Customization Section
*/
/*
Plugin - UsersWP
*/
.uwp-login, .uwp-registration, .uwp-forgot, .uwp-account, .uwp-change, .uwp-profile {
background-color: #ffffff;
border-style: solid;
border-color: #000000;
}
.uwp_page .uwp-lf-icon, .uwp_widgets .uwp-lf-icon, .uwp_adv_search_form .uwp-lf-icon {
border: none;
width: 100px;
height: 100px;
}
.uwp_page .uwp-forgotpsw, .uwp-register-now, .uwp_widgets .uwp-forgotpsw, .uwp_adv_search_form .uwp-forgotpsw {
float: right;
}