• Resolved stl99

    (@stl99)


    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

    https://www.ads-software.com/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you try to add the following code to your theme’s functions.php, and let me know if it helps?

    add_filter( 'jetpack_implode_frontend_css', '__return_false' );

    Thread Starter stl99

    (@stl99)

    Yes, thanks. Is this something that will be included in the next release? I can fix the CSS manually anyway but I think Jetpack shouldn’t affect such general areas of WordPress..

    Cheers,
    Thomas

    Plugin Contributor Ryan C.

    (@ryancowles)

    Thanks for the feedback, Thomas! I’ve suggested a fix for this issue here:
    https://github.com/Automattic/jetpack/pull/1243

    Our developers will have a look at the issue, so I’d recommend keeping an eye on that thread for updates.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jetpack CSS affects unrelated areas’ is closed to new replies.