PenciDesign Supporter replied
Staff Reply
Hi,
1. The current version of Soledad doesn't support customization of the layout for widgets like the screenshot you sent. We'll add this option in the future theme update.
2. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
.penci-sidebar-content {
display: none;
}
}
Regards,
PenciDesign.