Hi @indranilmondal01 ,
Hope you’re doing good.
I could not able to reproduce the dropdown issue on my end. It seems fine on my end. Have a look: https://d.pr/v/IacJdV
It may happen for the plugin conflict on your end. Can you please deactivate all the third-party plugins one by one except for Elementor and Essential Addons and try again.
Regarding the Full Width of Submit button, thanks for pointing this out. I already informed our dev team regarding this. This will be fixed in the future version of Essential Addons for Elementor don’t worry.
If you need this urgently to make your button full width, you can use this CSS for your current structure to make Submit button full width:
.eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
display: grid !important;
}
You can add custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/
Thank you!