Home › Forums › Back End › CSS can’t be applied › Reply To: CSS can’t be applied
March 17, 2017 at 4:03 am
#252871
Participant
I think I’d go with changing margins there…
@media screen and (max-width: 640px) {
.top-text {
margin-top: 10px !important;
margin-left: 28px !important;
}
}