how to change mobile view text size This topic has 8 replies, 2 voices, and was last updated 5 years ago by Grace Support. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts December 11, 2019 at 9:33 am #19276 jackie tehParticipant Hi, may I know how can I change the font size on the mobile view using css ? December 11, 2019 at 10:34 am #19277 Grace ThemesMember Hi, you can paste this type css Code in bottom of the style.css file OR Custom CSS Box in Basic Setting tab. this is example: /* Mobile View */ @media screen and (min-width: 300px) and (max-width: 767px){ .nivo-caption h2{ font-size:22px !important;} } Regards December 12, 2019 at 2:31 am #19284 jackie tehParticipant Hi, Is this the must-have I have made some ccs change as below: @media screen and (max-width: 767px) .content-area { padding: 20px !important; } @media only screen and (max-width: 768px) { .fg-item { width: 100% !important; } } is my code correct? I always use google chrome browser inspect December 12, 2019 at 3:30 am #19286 jackie tehParticipant Hi, I just found an error in my style.css #cat { height:30px; 20px; padding: 5px; width: 170px; } may I know what is this CSS code for? and how can I fix it? December 12, 2019 at 8:14 am #19289 Grace ThemesMember Hi, We have write some wronge CSS Code: @media only screen and (max-width: 768px) { .content-area { padding: 20px !important;} .fg-item { width: 100% !important;} } #cat { height:30px; padding: 5px; width: 170px; } height element is wronge I have correct the all CSS codes Regards December 12, 2019 at 8:30 am #19297 jackie tehParticipant 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;} } December 13, 2019 at 5:21 am #19309 Grace ThemesMember Yes, you can use these code as well. March 30, 2021 at 10:57 am #29700 jackie tehParticipant thank you March 30, 2021 at 12:33 pm #29705 Grace SupportKeymaster You ate most welcome Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In