Hi,
Your themes are great! I’m trying to adjust the max-width of the main image on this page for mobile portrait view and it’s not adjusting. Am I right to assume that the css should be:
/** Mobile Portrait **/
@media only screen and (max-width:320px) {
.wp-image-162 {
margin-bottom: 0px!important;
max-width: 50%!important;
height: auto!important;
}
Thanks for your help!