custom newsletter

main
alexanderroese 2024-06-21 19:52:15 +02:00
parent efdfa1f38f
commit f711431623
2 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,11 @@
}
}
.shx-newsletter-form {
display: flex;
justify-content: center;
}
.shx-newsletter-container {
display: flex;
justify-content: center;

View File

@ -1,4 +1,4 @@
{% form 'customer' %}
{% form 'customer', class: 'shx-newsletter-form' %}
<input type="hidden" name="contact[tags]" value="newsletter">
<div
class="{% comment %}newsletter-form__field-wrapper{% endcomment %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %} shx-newsletter-container"