Does anyone know how to turn off the mobile view for this theme?
Does anyone know how to turn off the mobile view for this theme?
You can do it from the style.css file. Remove the nested code under the the screensize CSS. For Eg: @media only screen and (max-width: 767px) & @media only screen and (max-width: 480px)
You must log in to post.