How to reduce sidebar width in Travelify WordPress theme?

Is it possible reduce easily the width of the side bar?

many thanks

Well it’s not that easy as it might sound.

Here are values responsible for content layout. First one if sor sidebar and second one one is for content. The main goal here is to get 100% as the result when combining all these values.

#secondary {
	margin-left: 3.06%;
	width: 31.28%;
}
#primary {
	margin-left: 3.06%;
	width: 65.64%;
}

Add them to Theme Options – Other – Custom CSS and start tweaking these values.