This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
I have some custom stuff I want to change when on a smaller tablet / mobile media. Will using this work? Just putting in the style sheet of the child didn’t seem to work.
Thanks
@media (max-width: 767px)
Hello,
You need use @media this way:
@media (max-width: 767px) {
your css code here
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up