Hi.
I placed this code:
@media (min-width: 980px) {
.x-navbar-static-active .x-nav .x-megamenu>.sub-menu, .x-navbar-fixed-top-active .x-nav .x-megamenu>.sub-menu {
background-image: url(http://www.antoniofiorelli.se/wp-content/uploads/2017/01/bla.jpg);
background-repeat: no-repeat;
background-position: right 50%;
background-size: 25%;
}
}
on the page http://www.antoniofiorelli.se
but couldn’t get it to work. Any other suggestions?
Tomas