On my website sportimex.be there is a padding left for the logo in the top bar, but I want the padding to be gone. When inspecting this element in Chrome, I see the following css rule:
@media only screen and (max-width: 991px)
.et-header-full-width .header-logo {
padding-left: 1.80em !important;
}
Also there is written in grey text: style.css?ver=4.6.1:2468
If I’m not mistaking, this is to say that this rule can be on rule 2468?
Nevertheless, it is not, at least not in my style sheet. Can you help me out here?