This topic is: not resolved
- This topic has 4 replies, 3 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Quform WordPress › Quform centering
Hi,
I’ve been trying to center Quform tried many ways including :
Settings -> Style -> Global styling, add a new style for “Form outer wrapper” CSS:
margin: 0 auto;
width: 600px;
max-width: 100%
and still get something like this
Hi @blackbeard
Try:
.quform {
max-width: 100%;
width: 600px;
margin: 0 auto;
}
This class is the outer most wrapper of the form.
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Hello,
Yes, I have checked Forms – Settings – Tweaks & Troubleshooting -> Server Compatibility section
and found this error:
Any suggestions how to fix it?
Thanks!
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.