Hi @devchandra
I hope you are doing well today.
The form on your screenshot is Elementor form. If you’re looing for CSS help please use this forum:
https://ww.wp.xz.cn/support/forum/miscellaneous/
If you however look for a solution to make Forminator buttom full width, please add this CSS to Appearance -> Customize -> Additional CSS:
#forminator-module-230 .forminator-button {width:100% !important;}
Kind Regards,
Kris
Hey Kris,
No, the bottom form is made by Forminator only, I just added the Elementor form for reference purposes , it’s not in the final edition of the website.
I tried the custom CSS as the way you instructed and nothing changed, no idea why.
Screenshot for you reference : https://tinyurl.com/288feddy
Kindly let me know what to do further.
Thanks for the help.
Best Regards,
Dev
Hello Dev,
I see that the button width is already changed for the 2nd form (form ID: 230):
https://prnt.sc/RKRZwP40HRFa
As for the first form (form ID: 209), please try adding the following code:
forminator-module-209 .forminator-button {
width: 100%;
}
You may also have to hard-refresh the form page after saving the changes, in order to reload CSS assets:
https://fabricdigital.co.nz/blog/how-to-hard-refresh-your-browser-and-clear-cache
Hope this helps. Please let us know if there’s still any issue.
Best Regards,
Dmytro
Hey Dmytro,
That has worked great for me and the button width is as I imagined it to be. Thanks a lot for the help & assistance but now I am getting an error on all my forms after anyone is submitting them. I am attaching a screenshot for your reference, kindly let me know how to fix this issue.
https://paste.pics/c2c4b0492c4c72d75cf9621f7b65ecb2
Hi @devchandra,
but now I am getting an error on all my forms after anyone is submitting them. I am attaching a screenshot for your reference, kindly let me know how to fix this issue.
In general, adding CSS shouldn’t be causing such an error. I tried to make a test submission and I do see the error.
It appears to be a different issue, in general, we would recommend opening a new thread for a different issue.
Trying to troubleshoot different issues in one thread will cause miscommunication.
So would highly recommend you open a new thread so that we could investigate this further.
URL to open a new thread:
https://ww.wp.xz.cn/support/plugin/forminator/#new-topic-0
There are a couple of aspects I would recommend you to check before you open a new thread, please try enabling debug mode and check whether it helps in troubleshooting the issue noticed. I noticed a 500 error in the console while I submitted the form, so enabling debug mode should help.
Please check this doc on how to enable debug mode and you can share the results in the new thread.
https://developer.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/
Kind Regards,
Nithin
Thanks I’ve opened another ticket for the same and I’m marking this as resolved, thanks again to all the people involved.