Home › Forums › Pro Support › Styling for mobile layout › Reply To: Styling for mobile layout
January 23, 2020 at 6:06 pm
#12872
Keymaster
Ah, try this instead:
@media (max-width: 767px) {
#wpsp-8284 img {
max-width: 150px;
}
#wpsp-8284 .wp-show-posts-image.wpsp-image-center {
float: left;
margin-right: 20px;
}
#wpsp-8284 .wp-show-posts-entry-title {
font-size: 20px;
padding: 20px;
}
#wpsp-8284 .wp-show-posts-entry-summary {
display: none;
}
}