Hi, thanks! I have done what you advised. IN fact, i did it one by one and test, to check which is the exact plugin that clashes with your plugin.
I realized the problem IMPROVES after I decactivate this plugin:
Gutenberg Blocks and Template Library by Otter.
Regarding all the other plugins, and themes, I back-tested. No issue. I have added Custom CSS to improve it too here:
/* CF7 CSS */
@media screen and (max-width: 60em) {
.wpcf7 input[type=”text”], .wpcf7 input[type=”email”]
{
width: 95% !important;
}
}
HOWEVER, all these are done on the staging site here:
https://staging16.baby.meide.sg
May I get your help – how to solve this problem without DE-activating :
Gutenberg Blocks and Template Library by Otter.
??
Can I just deactivate the function specifically for the page affected:
https://baby.meide.sg/book?
This is because a lot of my other pages in the website baby.meide.sg require the plugin functions for proper presentation! It is a super tedious task to edit them one by one after deactviating Gutenberg Blocks and Template Library by Otter. Best if I can just insert some CSS or HTML to fix the problem specfically at:
baby.meide.sg/book, due to the clash between CF7 and Gutenberg Blocks and Template Library by Otter.
Thank you!