Files
medicalalert-web-reloaded/wp/wp-content/themes/thbusiness/layouts/sidebar-content.css
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

22 lines
299 B
CSS

/*
Theme Name: thbusiness
Layout: Sidebar-Content
*/
.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%;
}