Divvens
Well-known member
So, I'm trying to change CSS to remove #header background for a smaller device width using:
@media (max-width:@maxResponsiveNarrowWidth) { #header { background-image: none !important; } }
But it seems to not take any effect and the header background image remains, is my css approach wrong?
@media (max-width:@maxResponsiveNarrowWidth) { #header { background-image: none !important; } }
But it seems to not take any effect and the header background image remains, is my css approach wrong?