Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4335

Reply To: Increase body width/decrease sidebar width

$
0
0

@liora: If you are looking at the width like Catch Kathmandu Pro theme, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

@media screen and (min-width: 1024px) {
	.site {
		width: 100%;
		max-width: 1280px;
	}
	#primary {
	    width: 70%;
	}
	#secondary {
	    width: 27%;
	}
}

Viewing all articles
Browse latest Browse all 4335

Trending Articles