Jetpack CSS affects unrelated areas
-
Hi,
The latest Jetpack update added CSS that affects all textwidgets (mainly the email input width) which it really shouldn’t do, here’s the CSS in question:
.textwidget input[type=email], .textwidget input[type=text], .textwidget textarea {
width: 250px;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}Cheers,
Thomas
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Jetpack CSS affects unrelated areas’ is closed to new replies.