Problem with custom media query
-
Hi,
I am facing some issues with custom media query in css. When I try to save the code it vanishs and doesn’t reflect on site. Any help on this would be greatly appreciated. I am trying to add the following code:
@media only screen and (max-width: 719px) .site-title { display: none; } @media only screen and (max-width: 719px) #nav-header.nav-container { background-image: URL(https://i2.wp.com/vedsutra.com/wp-content/uploads/2016/07/cropped-VedSutra_logo.png); background-repeat: no-repeat; background-position: center; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem with custom media query’ is closed to new replies.