MetalHeadCrab
Forum Replies Created
-
Forum: Reviews
In reply to: [Conversion Support Live Chat] poor tech support when neededIt only their support 2 days to respond to my question.
Support takes about 2 days to respond. They were able to fix my issue.
Forum: Reviews
In reply to: [Conversion Support Live Chat] poor tech support when neededI haven’t had any luck reaching their tech support either. I’ll update this post if anything changes.
I posted this answer on another thread and the original poster confirmed that it worked.
Here’s what you need to do to get the contact form time fields on the same line:
On FS Contact Form plugin go to the Styles tab. Near the bottom of the page you’ll find a section called “Input select fields.”
Add this code to that section:
text-align:left; max-width:60px;I don’t think you’ll need this, but if that doesn’t work try:
text-align:left; display:inline; max-width:60px;You may need to fiddle around with the values; 60px might not be enough. I’ve only tested this on my own WordPress site.
I hope this helps!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Time fields are stretched out too longHere’s what you need to do to get the contact form time fields on the same line:
On FS Contact Form plugin go to the Styles tab. Near the bottom of the page you’ll find a section called “Input select fields.”
Add this code to that section:
text-align:left; max-width:60px;I don’t think you’ll need this, but if that doesn’t work try:
text-align:left; display:inline; max-width:60px;You may need to fiddle around with the values; 60px might not be enough. I’ve only tested this on my own WordPress site.
I hope this helps!