Home › Forums › Pro Support › How to create a custom list design › Reply To: How to create a custom list design
September 26, 2019 at 4:45 pm
#11312
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;
}