jeremy-wordpress-theme/layouts/sidebar-content.css
Jeremy Dormitzer 77b5e73128
Start with _s
2018-07-25 15:49:58 -04:00

35 lines
511 B
CSS

/*
* Theme Name: jeremy-wordpress-theme
*
* Layout: Sidebar-Content
*
* Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
.content-area {
float: right;
margin: 0 0 0 -25%;
width: 100%;
}
.site-main {
margin: 0 0 0 25%;
}
.site-content .widget-area {
float: left;
overflow: hidden;
width: 25%;
}
.site-footer {
clear: both;
width: 100%;
}
.no-sidebar .content-area {
float: none;
margin-left: auto;
margin-right: auto;
}
.no-sidebar .site-main {
margin-right: 0;
}