How can I center the text of the Newsletter in the middle (both: the popup one and the on site one)
For mobile & desktop
URL: https://www.cotiereofficial.com/
PW: test1234
Theme: Baseline
Thank you
How can I center the text of the Newsletter in the middle (both: the popup one and the on site one)
For mobile & desktop
URL: https://www.cotiereofficial.com/
PW: test1234
Theme: Baseline
Thank you
Hi @marcelp ,
You can try to paste this CSS code at the bottom of your theme.min.css.liquid file to do that
#shopify-section-template--16129690599692__165878554081dc7690 .section-x-padding {
justify-content: center !important;
}
#shopify-section-popup .text-base,
#shopify-section-popup .mt-4 {
margin: 0 auto !important;
}
#shopify-section-popup .text-base { text-align: center; }