I’m trying to customize the featured content and the feature title to fit on the mobile screen. But everytime I make changes to the Css style sheet, nothing happens. Look at my CSS below:
@media screen and (min-width: 400px){
.featured-content, featured-tite{
position: relative;
font-size: 12px !important;
}
}
No matter what font size I enter, everything looks the same