Add a class to the section (Advanced -> CSS ID & Classes). Call it my-section (or whatever you want)
Add this CSS code to Appearance -> Customize -> Additional CSS:
@media only screen and (max-width: 479px) {
.my-section .et_pb_column {
width: 50%!important;
}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…