[Theme: The Bootstrap] @media in child theme doesn't take effect
-
I’m trying to override
@media (max-width: 767px) {
.container {
width: auto;
padding: 0 10px;
}
}in original style.min.css, width
@media (max-width: 767px) {
#page-footer .container {
padding: 0 20px !important;
}
}in childtheme style.css.
It seems that any attempt to override @media-styles in childtheme css doesn’t take effect. What I’m doing wrong?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Theme: The Bootstrap] @media in child theme doesn't take effect’ is closed to new replies.