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

Anonymous
Not applicable

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

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

Tags (1)
4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

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

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.
Anonymous
Not applicable

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

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. 
Anonymous
Not applicable

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

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 - Community Moderator

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

To turn off both default and custom opt-out, you need to make it Operational, yes.