Home › Forums › Pro Support › Change of colums due to width › Reply To: Change of colums due to width
June 6, 2018 at 9:15 pm
#4807
Keymaster
Can you try adding this CSS?:
@media (max-width: 1024px) and (min-width: 769px) {
.wpsp-col-4 {
width: 50%;
}
}