Plugin Author
tuxlog
(@tuxlog)
Hi papman,
please check if your theme formats the text too small or the boxes too small.
For a first try add:
#content input.cs_entry {
font-size: 14px;
max-width: 30px;
}
to your CSS.
And please check if the user is a member of the guessing game in the backend dialog of wp-championship.
Hope it helps
Thread Starter
papman
(@papman)
Unfurtunately – no. 🙁 Values I put in the field are taken into the database – but I can’t see them in the table
https://photos.app.goo.gl/shNdvxp68MgaqZSS9
Plugin Author
tuxlog
(@tuxlog)
Please check the color of the text. Seems like it is white text on white background, which means it is not visible.
Thread Starter
papman
(@papman)
#content input.cs_entry {
padding: 0 !important;
}
was the solutio 🙂
Thanks anyway!