css style not applying on server
-
Hi there
I’va used this plugin to create image ads.
I want to apply specific css styles on mobile version.
on local host, I’ve added following codes:
@media (max-width: 1199px){
.banner-mob-set
img:not(.lazy){
object-fit: cover;
object-position: 45% 0;
width: 100%;
height: 60px ;
}}
“banner-mob-set” is the css class i’ve specified to the banner.the problem is that the css code works on localhost but not on server.
the css class “banner-mob-set” won’t be recognized. when I omit it from codes, the style will apply on all the images on page.
could you please help me with that?The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘css style not applying on server’ is closed to new replies.