I'm using Inuit Types with the custom CSS upgrade http://kcemployees.wordpress.com . There is an @media (max-width: 1024px) style that adds a 15px margin on the left of the container for narrow screens. I don't need this margin as I already have a 15px margin outside of my container, and adding the margin smashes my logo and widgets to the right margin of the container. Also, IE8 and below add the margin whether the screen is narrow or not.
I've tried removing the style, changing the margin to 0 in the style, and even changing it to -15px. The margin remains in all three cases meaning it is probably coming from the code for the theme. Is there any way I can overwrite this?
The blog I need help with is kcemployees.wordpress.com.