Adding another image in the section mcb-section highlight-right for small divices

Hi,

I try to ad another image for the small devices and can't resove it.

If my section is named "media" and I want to give the image to the section background with highlight-right I tried this:

@media only screen and (max-width: 767px) {
#media .section mcb-section highlight-right  {
background-image:url(http://xxx/wp/wp-content/uploads/2016/09/Media.jpg); }
}

What I'm doing wrong?

Thanks for your help!

Comments

Sign In or Register to comment.