|
@@ -173,7 +173,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
|
* Page Layout Styles & Repsonsive Styles
|
|
|
*/
|
|
|
/* Responsive width-content overrides */
|
|
|
-body[class*="woocommerce"] #page .woocommerce,
|
|
|
+body[class*="woocommerce"] #page .woocommerce:not(.widget),
|
|
|
body[class*="woocommerce"] #page #woocommerce-wrapper,
|
|
|
body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
|
|
|
width: calc(100% + 256px);
|
|
@@ -183,7 +183,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|
|
|
- body[class*="woocommerce"] #page .woocommerce,
|
|
|
+ body[class*="woocommerce"] #page .woocommerce:not(.widget),
|
|
|
body[class*="woocommerce"] #page #woocommerce-wrapper,
|
|
|
body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
|
|
|
width: calc(calc( 560px - 32px) + 256px);
|
|
@@ -192,7 +192,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
|
- body[class*="woocommerce"] #page .woocommerce,
|
|
|
+ body[class*="woocommerce"] #page .woocommerce:not(.widget),
|
|
|
body[class*="woocommerce"] #page #woocommerce-wrapper,
|
|
|
body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
|
|
|
width: calc(calc( 640px - 32px) + 256px);
|
|
@@ -201,7 +201,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 782px) {
|
|
|
- body[class*="woocommerce"] #page .woocommerce,
|
|
|
+ body[class*="woocommerce"] #page .woocommerce:not(.widget),
|
|
|
body[class*="woocommerce"] #page #woocommerce-wrapper,
|
|
|
body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
@@ -210,7 +210,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
- body[class*="woocommerce"] #page .woocommerce,
|
|
|
+ body[class*="woocommerce"] #page .woocommerce:not(.widget),
|
|
|
body[class*="woocommerce"] #page #woocommerce-wrapper,
|
|
|
body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|
|
@@ -219,7 +219,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1280px) {
|
|
|
- body[class*="woocommerce"] #page .woocommerce,
|
|
|
+ body[class*="woocommerce"] #page .woocommerce:not(.widget),
|
|
|
body[class*="woocommerce"] #page #woocommerce-wrapper,
|
|
|
body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
|
|
|
width: calc(calc( 782px - 32px) + 256px);
|