Is there an option (or way) to make this theme stay in a fixed position aligned to the left?

Thanks again!

Comments

interface-web design’s picture

To make the layout aligned to the left please replace the following in the style.css :

.Maincontiner {
width:769px;
margin:auto;
}

with this

.Maincontiner {
width:769px;
}

This should help.

cmcintosh’s picture

Issue summary: View changes
Status: Active » Closed (outdated)