How many layouts do i need to make?

3x2, fast and easy

2 fluid layouts + smart layout with CSS "max_widht"

.max_widht {
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
	max-width: 1200px !important;
	right: 0 !important;
	left: 0 !important; 
}

PREVIEW ONLINE

3X2.hypetemplate.zip (532.0 KB)

3 Likes