Home › Forums › Pro Support › Trying to replicate some post views › Reply To: Trying to replicate some post views
April 5, 2019 at 4:41 pm
#8565
Keymaster
Ah, you can adjust like that this:
@media (min-width: 769px) and (max-width: 1000px) {
.wpsp-col-3 {
width: 50%;
}
}
A tablet column option is something we’d like to add 🙂