Best Premium and Free WordPress Themes › Forums › Mercantile › More narrow sidebar › Reply To: More narrow sidebar
November 9, 2017 at 2:36 am
#21851
acmethemes
Keymaster
If so, please use media query for it. Please add the below CSS codes,
@media only screen and (min-width: 760px) {
secondary-sidebar {
width: 20% !important;
}
#primary {
width: 79.5% !important;
}
}
Hope this helps. Please try.
Thank you