We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to customize mobile homescreen like this layout Reply To: How to customize mobile homescreen like this layout

#15976
Tom
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;
    }
}