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 Styling for mobile layout Reply To: Styling for mobile layout

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