Hi
Any menu item that assigns a form is not centering the form. Please advise.
ashraf1 Hi
You can try with this custom css:
div#cf_1.convertforms { max-width: 100%; }
Thank you for the rapid reply. Yes, this did fix, but one form only, I have many other forms still un-centered. Is there a code to center all of the component forms?
Could you share that page's URL?
ashraf1 Pls change my above suggested code to:
.view-form .convertforms { max-width: 100%; }
This code fixed it. Thank you
Glad to hear that 😉