Forums
Home / Theme: The Box / resize the right sidebar?
(@efrenefren)
10 years, 4 months ago
how do you resize the side bar?
(@fabiorubioglio)
do you mean a smaller sidebar?
yes!
Using a custom CSS plugin (which may be easier) try this CSS:
@media screen and (min-width: 1024px) { .two-col .content-area { width: 725px; } .two-col .widget-area { width: 215px; } }
thanks much fabio!