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 create a custom list design Reply To: How to create a custom list design

#11312
Tom
Keymaster

What if you do something like this?:

#wpsp-8154 .wp-show-posts-single:not(.featured-column) .wp-show-posts-entry-summary {
    display: none;
}

#wpsp-8154 .wp-show-posts-single:not(.featured-column) .wp-show-posts-inner {
    display: flex;
}

#wpsp-8154 .wp-show-posts-single:not(.featured-column) .wp-show-posts-image {
    order: -1;
}

#wpsp-8154 .wp-show-posts-single:not(.featured-column) .wp-show-posts-entry-header {
    width: 50%;
}

#wpsp-8154 .wp-show-posts-single:not(.featured-column) .wp-show-posts-entry-header h1 {
    font-size: 20px;
}