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

Reply To: Change width of catch box pro theme vs change to Evolution

$
0
0

@Keith: Thanks but I see that you are using Older version of Catch Box Pro theme. Can you update the theme to latest version 4.0 and then add the following css in “Appearance => Theme Options => Custom CSS” box. But the following css will work only in Catch Box Pro version 4.0 and above.

@media screen and (min-width: 1025px) {
	.site {
	    max-width: 94%;
	    width: 100%;
	}
	#primary {
	    width: 72%;
	}	
	#secondary {
	    width: 26%;
	}	
}
@media screen and (min-width: 1360px) {
	.site {
	    max-width: 1300px;
	    width: 100%;
	}
}

Viewing all articles
Browse latest Browse all 4331

Trending Articles