CSS can’t be applied
-
Hello
After I have installed plugin “Simple CSS” I can’t at all to change font-size or any value for two title. I can change title position and font-size for desktop version, but for the same title for mobile, id doesn not applied or change any thing.
this is some code which I want to set for text for mobile:
@media screen and (max-width: 640px) {
.ms-layer.big-text {
font-size: 25px;
line-height: 5px
}
.ms-layer.medium-text {line-height: 5px;
font-size: 20px;
}What should I do people?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS can’t be applied’ is closed to new replies.