[Resolved] Need help overwriting responsive.css element using child style.css

edited October 2016 in Other
The following element in responsive.css is producing unwanted blank space when viewed on mobiles.

Line 612: body:not(.template-slider):not(.header-simple) #Header{/* min-height:350px!important; *//* background-position:center 202px; */}

I need to either delete above entry or overwrite with min-height:0px using child theme's style.css, but even adding !important won't just fix. Could you help?

Comments

Sign In or Register to comment.