Hi everyone, I want to center the newsletter (pop-up) on www.cotiereofficial.com
Does anybody have a custom css code for this?
I would also like to give it a custom text color.
Thakn you
Hi everyone, I want to center the newsletter (pop-up) on www.cotiereofficial.com
Does anybody have a custom css code for this?
I would also like to give it a custom text color.
Thakn you
Hey @marcelp
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
.section-x-padding.py-theme {
text-align: -webkit-center !important;
}
Hello @marcelp
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.min.css
@media (min-width: 1024px) {
.section-x-padding {
text-align: -moz-center;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @marcelp
Please go to your Online Store > Themes > Edit code, open theme.liquid file, add this code after