Skip to content

Instantly share code, notes, and snippets.

@azcoov
Last active December 28, 2015 12:39
Show Gist options
  • Save azcoov/7501879 to your computer and use it in GitHub Desktop.
Save azcoov/7501879 to your computer and use it in GitHub Desktop.
Example of how to make the NN Combo Plugin responsive
@media only screen and (max-device-width : 480px) {
.nn-review-outer-cont {
font-size:180% !important;
/* Your mileage may vary depending on your website font */
}
.nn-combo-left {
width:100% !important;
}
.nn-combo-right {
width:100% !important;
}
p.nn-review-body, p.nn-samap-body {
padding-left: 0.5em !important;
margin-left: 0px !important;
background-image: none !important;
}
div.nn-review-footer {
margin-left: 3px !important;
margin-right: 3px !important;
padding: 1em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment