On my page, we’re using Email Me Form to handle our contact info (not my choice, but oh well).
It automatically adds margins to the left, and for the life of me I can’t make it go away.
#emf-container{
margin: 0px !important;
}
It doesn’t do anything whether I add it to the Cornerstone CSS editor, Customizer, or inside a <style> tag after the element. Any ideas why this wouldn’t work?