Hi,
I had a good look around and play with this but it’s a bit beyond my understanding (floats etc).
Under ‘Latest research’ I would like to force the post titles to the left, so that it’s one post per row essentially.
This is my code atm
@media (max-width: 767px) {
.wp-show-posts-columns .wp-show-posts-single {
display: block;
width: 50%;
}
#wpsp-1987 .wp-show-posts-columns {
margin-left: -20px !important;
}
#wpsp-1987 .wp-show-posts-inner {
margin-left: 20px !important;
margin-bottom: 40px !important;
}
#wpsp-2048 .wp-show-posts-columns {
margin-left: -20px !important;
}
#wpsp-2048 .wp-show-posts-inner {
margin-left: 20px !important;
}
}
//I’m a happy tipper 🙂
Thanks guys!