2.16.14 Brad Dalton - used on ASK Design blog
/*--- 2.16.14 Split Sidebars (Brad Dalton) http://wpsites.net/web-design/genesis-split-sidebars/
Inserted into ASK Design blog. Be sure to change Cloudflare to development mode so that cache will be cleared while adding this code. ---*/
.split-sidebars .aligncenter {
margin: 0 auto 12px;
margin: 0 auto 1.2rem;
}
.split-sidebars ul .children { /*--- space inserted between ul and .children for Gistbox ---*/
margin-left: 0;
}
.split-sidebar-left,
.split-sidebar-right {
width: 48%;
}
.split-sidebar-left {
float: left;
}
.split-sidebar-right {
float: right;
}
.bottom-sidebar {
clear: both;
}