tweak the overall layout for WooCommerce pages. #12038
This commit is contained in:
parent
0be148b739
commit
fad0cab4fe
File diff suppressed because one or more lines are too long
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue