Site logo

Archived topic

Tiny checkbox on mobile

3 replies · Started by John on February 21, 2022

Viewing posts 1–4 of 4

Hi,

I noticed that the checkbox (to save name/email in a cookie) at the comment section of my blog is extremely small on mobile.

https://kalteren-electrics.nl/water-groepenkast/

Can I easily fix this myself? Or is it something that will be updated in a future patch?

Hi there,

thats odd - not sure if your cache is causing an issue but you can try forcing the size like so:

.comment-form-cookies-consent input {
    flex: 1 0 20px;
}

Hi David,

That fixed the issue! Thanks!

Glad to hear that!

This archived topic is closed to new replies.