We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c81433 commit 4b64f33Copy full SHA for 4b64f33
app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_widgets.less
@@ -111,6 +111,15 @@
111
// _____________________________________________
112
113
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
114
+ .page-layout-1column .block.widget .products-grid .product-item {
115
+ margin-left: 2%;
116
+ width: calc(~'(100% - 4%)/3');
117
+
118
+ &:nth-child(3n + 1) {
119
+ margin-left: 0;
120
+ }
121
122
123
.block.widget .products-grid .product-item {
124
width: 100%/3;
125
0 commit comments