Where Do I Add Media Queries in WordPress?

In order to add media queries in WordPress, you will first need to install the Media Queries plugin. Once installed, open the plugin’s Settings page and click on the “Add New Media Query” button.

Enter the following media query in the “Query Type” field:

@media all and (max-width: 767px) {

}

This query will only be executed when the page width is larger than 767 pixels.

Now that you have added the media query, you will need to specify which devices you want to apply the query to. To do this, click on the “Select Devices” button and select the devices you want to apply the query to.

Finally, click on the “Apply” button to apply the media query to the page.