CSS Form Input Styling Issue
-
The easy-wp-smtp/css/style.css includes the following CSS:
input[type=’text’],
input[type=’password’],
textarea{
width: 250px;
}This is getting injected when logged in and editing (particularly when editing menu items).
This CSS should either be made more specific (to the contents of an Easy WP SMTP container — i.e. #swpsmtp_settings_form) or should only be included when viewing the Easy WP SMTP settings.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS Form Input Styling Issue’ is closed to new replies.