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 Grid view from Mobile Reply To: Grid view from Mobile

#14415
Tom
Keymaster

Try this:

@media (max-width: 767px) {
    #wpsp-123.wp-show-posts-columns {
        margin-left: -2em !important;
    }

    #wpsp-123.wp-show-posts-columns .wp-show-posts-single {
        width: 50%;
    }

    #wpsp-123.wp-show-posts-columns .wp-show-posts-inner {
        margin-left: 2em !important;
    }
}

Just replace 123 with the ID of your list.