Hello @muprabakaran,
First of all thank you very much for using the WP travel plugin.
Now please find the response to your queries below:
1. Container not working showing full width
Response: To reduce the full width issue add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.wp-travel-content.container {
max-width: 1170px;
padding: 0 15px;
margin: 0 auto;
width: auto;
}
2. enquiry form message box issues.
Response: The issue is due to incompatibility of plugin with the theme.
Now to resolve the issue use below given CSS.
#wp-travel-enquiries .wp-travel-form-field.textarea-field textarea {
width: 100%;
}
#wp-travel-enquiries .wp-travel-form-field input{
box-sizing: border-box;
}
3 it’s possible to add extram more files as per our requirement,
Response: Please explain this query further so that we can help you.
4. search Not showing the list of package in that location
Response: We are quite clear which search section you are referring to so please explain further with proper screenshot.
Hope this helps.
Further, you can post your queries to the plugin’s official support forum for dedicated and swift support at :
https://wptravel.io/support-forum/wp-travel
Best Regards !!