Best Premium and Free WordPress Themes › Forums › SuperNewsPro › Change width of main sidebar area › Reply To: Change width of main sidebar area
May 22, 2018 at 6:20 pm
#30117
Acme Themes
Keymaster
Can you try the following custom CSS
@media screen and (min-width:768px){
#primary{
width: 80%;
}
.secondary-sidebar{
width: 18%;
}
}
You can change the width as you want but don’t make sum greater than 100 🙂
Best Regards!