Last active
December 28, 2015 12:39
-
-
Save azcoov/7501879 to your computer and use it in GitHub Desktop.
Example of how to make the NN Combo Plugin responsive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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