I've tried a few things listed here on the stack but I can't get it to where I want.
I can't even get it to appear in the 'main content' area.
I basically want it from postion 1 to 2 in the picture.
1 Answer 1
Write below code in your theme default.xml
<move element="form.subscribe" destination="page.bottom.container" after="-"/>
 
 answered May 8, 2018 at 14:37
 
 
 
 Prasanta Hatui 
 
 1,8311 gold badge11 silver badges16 bronze badges
 
 - 
 Thanks, what is the difference between "page.bottom.container" and 'content'? Does this one always keep it at the bottom?cz84– cz842018年05月08日 14:42:47 +00:00Commented May 8, 2018 at 14:42
 - 
 1page.bottom.container always come before footer but within main content.Prasanta Hatui– Prasanta Hatui2018年05月08日 14:44:41 +00:00Commented May 8, 2018 at 14:44
 
default