I am currently designing an HTML email, and I have a very basic element (ul
) that I need to reposition lower on the page.
After consulting Campaign Monitor's guide, it seems that they do not support negative margins or the position: absolute
parent / position: relative
child method, which are typically used to move elements down a webpage. So, I'm wondering what alternative technique would be best for adjusting the placement of an element in an HTML email template?