Hi Im trying to add some padding to my mobile menu. here: http://2e6.274.myftpupload.com/
I’ve added:
.x-nav-wrap.mobile {
display: block;
padding: 20px;
}
to my css and it doesnt work, yet it works in the inspector. Im confused about that.
I tried it this way as well and tried adding important too:
@media (max-width: 979px) {
.x-nav-wrap.mobile {
display: block;
padding: 20px;
}