CHANGEING STYLE ON EQUIRY FORM

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22504
    sinergianegocios
    Participant

    Hello I need to CHANGEING STYLE PADDING ON EQUIRY FORM

    Need to reduce the padding of this form to 5 px all

    #22538
    wensolutions
    Keymaster

    Hello,

    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.

    #22633
    sinergianegocios
    Participant

    Hello 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

    #22636
    sinergianegocios
    Participant

    Sorry!! 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.

    #22644
    wensolutions
    Keymaster

    Hello,

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘WP Travel Field Editor’ is closed to new topics and replies.