Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: how to change mobile view text size

#19297
jackie teh
Participant

HI,

can I write this code:

@media only screen and (max-width: 768px) {

.content-area { padding: 20px !important;}
.fg-item { width: 100% !important;}

}

like this:

@media screen and (min-width: 300px) and (max-width: 767px) {

.content-area { padding: 20px !important;}
.fg-item { width: 100% !important;}

}