Home › Forums › Template Support › Mobile Version is not Responsive. › Reply To: Mobile Version is not Responsive. TonyModerator Posted 6 years, 10 months ago Hi there, I see, open add css code below into custom.scss file (template folder -> custom -> scss -> custom.scss) @media screen and (max-width: 767px) and (min-width: 320px) { .g-content.g-particle h1 { font-size: 40px !important; } } save and recheck.