/** * @package Ana Starter Theme * @subpackage CSS * * Columns: 3 * Widths: Total:890px / Post:434px / Sidebars:206px / Gutter:22px * Posts: In the center. * Sidebars: On the Left, On the Right */ /* Columns width * * * * * * * * * * * */ .sidebar_left{ float:left; width:206px; margin-right:22px; } .blog_posts{ width:434px; margin-right:22px; } .sidebar_right{ float:left; width:206px; } /* Make you changes below * * * * * * * * * * * */ /* Use this to clear the margin on the last column on the layout */ .lastontherow{ margin-right:0px !important; }