Add padding to mobile menu

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;
}

Hi There,

I couldn’t find that custom CSS in your website. Did you remove it?

Could you please add the custom CSS again so we can take a closer look(maybe the errors caused by missing closing brackets) or provide us with your admin account?

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.