Add spaces between fields

2 years 7 months ago #1 by Joan Manuel
Add spaces between fields was created by Joan Manuel
Hi. How can add more spaces between each field, so that they are not so close together.
 
[img]data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAA/0lEQVR4AYXNMSiEcRyA4cfmGHQbCZIipkuxnJgMStlMNmeyD2dwmc8+sZgxYJd9ErIZFHUyYYD7fkr6l4/rnvmtl7+KitrqV/fq2Y5eLY3Z9S48eRLe7BmVZ9qhTLhQ0algzZWQOVKSsCF8OjAnwbxDTWFDUhPK/jMr1H6HE/IqRky2DyvCefuwItwZzodVoYRiLqMkVCXrwpJ9twZ+sgfDYEFYl8wIWxZ9uFf7zkallxlJh4YrLGsKjZRx7VGHhLqwgFUN45DGdb8MeXGpgB4ABZdeDcpZEY51A+hyLKz4S1W4MQWm3AibWtgWmk6dyISa1pSdyWTOlLXVp0+eL9D/ZPfBTNanAAAAAElFTkSuQmCC[/img]

Please Log in or Create an account to join the conversation.

2 years 7 months ago #2 by Christopher Mavros
Replied by Christopher Mavros on topic Add spaces between fields
Hello Joan Manuel and thank you for posting.

A lot depends on your template. Usually, you can just add some additional CSS in the Rapid Contact Ex form options either in the module or in the menu item, depending on which one you use.

For example, you could write:
.rpx_field {  margin-bottom: 8px; }

Let me know if that works for you.
Thanks again!

Christopher Mavros
mavrosxristoforos@gmail.com
If you like our extensions, please rate us on the JED!

Please Log in or Create an account to join the conversation.

2 years 7 months ago #3 by Joan Manuel
Replied by Joan Manuel on topic Add spaces between fields
I'm not sure where to put the css, I tried in - rpx module - Form Layout - Custom CSS, without success. Im using Gantry Horizon Joomla Template from Rocket Theme. 
 
[img]data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAA/0lEQVR4AYXNMSiEcRyA4cfmGHQbCZIipkuxnJgMStlMNmeyD2dwmc8+sZgxYJd9ErIZFHUyYYD7fkr6l4/rnvmtl7+KitrqV/fq2Y5eLY3Z9S48eRLe7BmVZ9qhTLhQ0algzZWQOVKSsCF8OjAnwbxDTWFDUhPK/jMr1H6HE/IqRky2DyvCefuwItwZzodVoYRiLqMkVCXrwpJ9twZ+sgfDYEFYl8wIWxZ9uFf7zkallxlJh4YrLGsKjZRx7VGHhLqwgFUN45DGdb8MeXGpgB4ABZdeDcpZEY51A+hyLKz4S1W4MQWm3AibWtgWmk6dyISa1pSdyWTOlLXVp0+eL9D/ZPfBTNanAAAAAElFTkSuQmCC[/img]

This message has an attachment image.
Please log in or register to see it.

Please Log in or Create an account to join the conversation.

2 years 7 months ago #4 by Christopher Mavros
Replied by Christopher Mavros on topic Add spaces between fields
You have placed the CSS correctly.
Can you please try using the following code instead?
.rpx_field { margin-bottom: 48px !important; }

This should work.
Thanks again.

Christopher Mavros
mavrosxristoforos@gmail.com
If you like our extensions, please rate us on the JED!
The following user(s) said Thank You: Joan Manuel

Please Log in or Create an account to join the conversation.

2 years 7 months ago #5 by Joan Manuel
Replied by Joan Manuel on topic Add spaces between fields
Yes!!! worked perfectly. Thanks a lot.

Please Log in or Create an account to join the conversation.

2 years 7 months ago #6 by Christopher Mavros
Replied by Christopher Mavros on topic Add spaces between fields
Great! Thanks for letting us know.

Christopher Mavros
mavrosxristoforos@gmail.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