Hello!
I’m trying to make my newsletter centered on the bottom in the password page in the desktop version.
In the mobile version is fine but in the desktop version is aligned to the left.
My website is is www.truepodium.com
Thanks in advance!
A user needed help centering their newsletter signup form on the password page’s desktop version. The mobile version was already displaying correctly, but the desktop version remained left-aligned.
Solution provided:
.template-password .newsletter-compact__block-content.section-blocks {
justify-content: center !important;
}
Outcome: The CSS fix successfully centered the newsletter form on desktop. The issue was resolved with confirmation from the original poster.
Hello!
I’m trying to make my newsletter centered on the bottom in the password page in the desktop version.
In the mobile version is fine but in the desktop version is aligned to the left.
My website is is www.truepodium.com
Thanks in advance!
Hi @martujv
Try this one.
.template-password .newsletter-compact__block-content.section-blocks {
justify-content: center !important;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
It worked, you are amazing! Thank you!