/** * @package Ana Starter Theme * @subpackage CSS * * Columns: 2 * Widths: Total:890px / Post:585px / Sidebars:280px / Gutter:25px * Posts: On the left. * Sidebars: On the Right */ /* Columns width * * * * * * * * * * * */ .blog_posts{ width:585px; margin-right:25px; } .sidebar_right{ float:left; width:280px; } /* Make you changes below * * * * * * * * * * * */ /* Use this to clear the margin on the last column on the layout */ .lastontherow{ margin-right:0px !important; }