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!
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
the css you pasted above is bad for sure. It doesn't look right but to be sure, we need link to page where you would like to add this background.