Home › Forums › Pro Support › How to customize mobile homescreen like this layout › Reply To: How to customize mobile homescreen like this layout
May 26, 2020 at 3:43 pm
#15976
Keymaster
You could do something like this:
@media (max-width: 768px) {
.wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 1.5em;
max-width: 100px;
min-height: 100px
}
.wpsp-read-more {
display: none;
}
}