Best Premium and Free WordPress Themes › Forums › Mercantile › More narrow sidebar › Reply To: More narrow sidebar
November 10, 2017 at 6:04 am
#21901
Moderator
Remove the above one and add this,
@media only screen and (min-width: 760px) {
secondary-sidebar {
width: 18% !important;}
#primary {
width: 79.5% !important;
}
}