03/15/2014 at 10:39 pm
#282491
Keymaster
@ David
This page is not from Connections. It appears to be the WP-Members plugin…
Any way, It looks to be a CSS bug with that plugin.
If you open this file:
http://www.hoccdfw.org/wp-content/plugins/wp-members/css/generic-no-float.css
And find this section:
#wpmem_reg .button_div, #wpmem_login .button_div {
width:74%;
height:35px;
padding: 6px 0;
text-align: right;
}
And change it to this:
#wpmem_reg .button_div, #wpmem_login .button_div {
width:74%;
padding: 6px 0;
text-align: right;
}
It appears to fix the overlap.
Hope that helps!
