How do I centre newsletter subscribe in taste theme?

Do I have to change something in the code?

@Juldazy
Hello,

can you please share your store URL

@Juldazy
Hello,

#ContactFooter {
	max-width: 100%;
}
.newsletter-form__field-wrapper {
	width: 100%;
	margin: 0 auto;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

Thanks a lot