Hi!
Thanks for reaching out
Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:
.content-wrapper .content-area {
max-width: 52%;
}
.content-wrapper .widget-area {
min-width: 48%;
}
You can reduce and increase widths there. Just remember that when you increase one you have to decrease the other so they’ll add up to 100%.
Thanks!