jaw@jawtemplates.com

Code

How to add big searchbar into header

Put into Theme Options -> Custom Code -> Custom CSS this code: .header-widget-area .widget:last-child {margin-top: 8px;width: 100%;} .header-widget-area .widget_search #searchform {width: 100%;} And result will looks like this:

How to Make Top Bar Shopping Cart Scrollable

please add this to custom css (appearance->theme options->custom code->custom css) /* JAW – scrollable top bar cart */ .top-bar-woo-cart ul.cart_list.product_list_widget {     max-height: 400px;     overflow-y: scroll; }

How to make Checkout page in 2 columns

If you want to make different layout of Checkout page. Like this one: Please just add to Theme Options -> Custom Code -> Custom CSS this code: @media (min-width: 768px){ #customer_details{ width: 60%; float: left; } #order_review_heading{ ...