Expand rapid contact fields
- Kevin
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
7 years 11 months ago - 7 years 11 months ago #1
by Kevin
Expand rapid contact fields was created by Kevin
Hi guys,
I've downloaded the Rapid Contact Ex and I wanted to know how to expand the fields in the contact to go the full width of the web page.
I have been previously using the free version where in the settings you are able to adjust the width of the fields.
Any suggestions or a guide would be much appreciated.
Cheers
Kev
I've downloaded the Rapid Contact Ex and I wanted to know how to expand the fields in the contact to go the full width of the web page.
I have been previously using the free version where in the settings you are able to adjust the width of the fields.
Any suggestions or a guide would be much appreciated.
Cheers
Kev
Last edit: 7 years 11 months ago by Kevin.
Please Log in or Create an account to join the conversation.
- Christopher Mavros
-
- Offline
- Administrator
-
7 years 11 months ago #2
by Christopher Mavros
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Replied by Christopher Mavros on topic Expand rapid contact fields
Hello Kevin and thank you for your purchase.
I apologize for the late response, I was out of office.
There is an option to adjust the fields in Rapid Contact Ex, in the Component Options, but nowadays, almost all templates set specific widths for fields (or use various libraries and classes which adjust fields to a certain width percentage).
Most commonly, you can add something like the following CSS to your template CSS files (preferrably to a custom.css file is there is one):
div.rapid_contact_ex, .rpx_field { width: 100% !important; max-width: 100% !important; }
and that would help.
Although, depending on your template's CSS, it may require something else.
If this doesn't work, you can send me a URL and I can help more.
Thanks again.
I apologize for the late response, I was out of office.
There is an option to adjust the fields in Rapid Contact Ex, in the Component Options, but nowadays, almost all templates set specific widths for fields (or use various libraries and classes which adjust fields to a certain width percentage).
Most commonly, you can add something like the following CSS to your template CSS files (preferrably to a custom.css file is there is one):
div.rapid_contact_ex, .rpx_field { width: 100% !important; max-width: 100% !important; }
and that would help.
Although, depending on your template's CSS, it may require something else.
If this doesn't work, you can send me a URL and I can help more.
Thanks again.
Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Please Log in or Create an account to join the conversation.
Moderators: Christopher Mavros