How I manage my wide setting of my page?

Permalink
my 100% page view is seems too much wider for me, is there any chance for me to make my page view smaller than the original theme?

betahanda
 
ob7dev replied on at Permalink Reply
ob7dev
Sure, whatever container class is used to set the max-width, you can override that to be something else.

Example:
Original css:
.container {
max-width: 1260px;
}
New css:
.container {
max-width: 1100px;
}