- This topic has 4 replies, 2 voices, and was last updated 3 years, 2 months ago by
wensolutions.
- AuthorPosts
- January 3, 2020 at 3:09 pm #22504
sinergianegocios
ParticipantHello I need to CHANGEING STYLE PADDING ON EQUIRY FORM
Need to reduce the padding of this form to 5 px all
January 6, 2020 at 4:35 am #22538wensolutions
KeymasterHello,
Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS to reduce the padding of the form to 5px.
#wp-travel-enquiries{ padding: 5px; }
Hope this helps.
If you have any queries further, let us know.
Thank you.
January 8, 2020 at 5:56 pm #22633sinergianegocios
ParticipantHello sorry i was not much more especific.
what I need is to reduce the space between field rows in the enquiry form to 5 px
January 8, 2020 at 7:06 pm #22636sinergianegocios
ParticipantSorry!! the style you send me is for the margin of the form, we need to adjust / reduce the space between field rows in the enquiry form to 5 px so field are less separated.
January 9, 2020 at 4:57 am #22644wensolutions
KeymasterHello,
We would like to apologize for misunderstandings.
Since the query was not clear initially, we thought that you have asked for reducing the padding of the form to 5px so we have provided CSS to reduce the padding of form.
Also, if you are willing to reduce the space between fields row, please add following given CSS code by following the path mentioned above.
.single-itineraries .wp-travel-form-field { margin: 0px 0; }
Hope this helps.
If you have any queries further, let us know.
Thank you.
- AuthorPosts
- The forum ‘WP Travel Field Editor’ is closed to new topics and replies.