Best Premium and Free WordPress Themes › Forums › SuperMag › SuperMag – How to Reduce the Sidebar Size › Reply To: SuperMag – How to Reduce the Sidebar Size
		July 30, 2017 at 2:48 pm
		
		#19219
		
		
		
	
Keymaster
		
		
	Please add the below css codes on Appearance > Customize > Additional CSS, hope this css will help you.
#primary {
    width: 75% !important;
}
.secondary-sidebar {
    width: 24% !important;
}Regards
