tweak the overall layout for WooCommerce pages. #12038

This commit is contained in:
James Koster 2016-11-28 12:52:18 +00:00
parent 0be148b739
commit fad0cab4fe
2 changed files with 16 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -360,4 +360,19 @@ ul.products {
}
}
}
}
/**
* Layout stuff
*/
@media screen and (min-width: 48em) {
.has-sidebar.woocommerce-page:not(.error404) {
#primary {
width: 74%;
}
#secondary {
width: 20%;
}
}
}