SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

Align attribute for Column #66

Open ghost opened 6 years ago

ghost commented 6 years ago

The align attribute that the Column heml element sets on td is always left. Allow it to be passed as attrs so that contents can be easily centered. I'd be open to take this on, should it be considered a valuable use case.

reinvanoyen commented 6 years ago

Do we have any news on this? This appears to be an easy feature to implement and would indeed be very valuable to have.

Currently I'm using style="margin: 0 auto;" to align some items, but the behavior is sketchy and not very well documented.

carltondickson commented 6 years ago

@reinvanoyen Looks like there's a PR for this - https://github.com/SparkPost/heml/pull/68

Luxato commented 5 years ago

Pull request is there but nobody here to merge it. The feature is still missing.