Custom @Media - by topimr - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson

  • Avatar: topimr
    topimr
    Participant
    September 10, 2015 at 19:35

    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)

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 11, 2015 at 07:31

    Hello,

    You need use @media this way:

    @media (max-width: 767px) {
     your css code here
    }

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.