How can I align center the opt-out line in my emails? | Community
Skip to main content
January 27, 2015
Question

How can I align center the opt-out line in my emails?

  • January 27, 2015
  • 4 replies
  • 1562 views

Is it possible to align center the standard opt-out line in emails? Mine is aligned left which is fine sometimes, but in certain cases it looks rough. Ideally, I'd be able to specify a position for the opt-out line by email. 

I'm using the standard opt-out, not customizing the opt-out in our templates. Trying to keep things simple. I'm guessing this limits my ability to customize but figured I'd ask. 

Thanks

David

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

SanfordWhiteman
Level 10
January 27, 2015
Use the {{system.unsubscribeLink}} system token in your email design, for example:
 
<div align="center">{{system.unsubscribeLink:default=Opt Out of Future Emails}}</div>
 
You can integrate it into your HTML as much as you want.
January 28, 2015
Thanks. Is there a way to turn off the default opt-out line from a specific email, not all of them?

I want to remove the default message on just one email but have it appear on others we send out. 
January 28, 2015
I may have found my own answer. To do this, am I supposed to go to the email's settings and just select operational email? 
SanfordWhiteman
Level 10
January 28, 2015
To turn off both default and custom opt-out, you need to make it Operational, yes.