Hello,
please have a look to https://wp-test.genealogy.net/kpw-blog-startseite/
to the sidebar. The search icon is displayed only partially, as well as some text.
How to get this corrected?
Thanks!
Peter
Hey compgen_mailwurm,
It looks as though the plugin “vereinonline” has some custom css for “button”
which is too general and will cause issues with many buttons.
I wrote this for you, please add to WordPress > Customize > Additional CSS:
#top .sidebar #search-8.widget #searchsubmit.button {
height: 100% !important;
min-height: 100% !important;
max-height: 100% !important;
line-height: 100% !important;
}
Best regards,
Mike