Skip to content

Commit fdc9e9d

Browse files
committed
MC-15341: Default product numbers to display results in poor display on Desktop
1 parent cf2eb43 commit fdc9e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<list_mode>grid-list</list_mode>
2626
<grid_per_page_values>12,24,36</grid_per_page_values>
2727
<list_per_page_values>5,10,15,20,25</list_per_page_values>
28-
<grid_per_page>9</grid_per_page>
28+
<grid_per_page>12</grid_per_page>
2929
<list_per_page>10</list_per_page>
3030
<flat_catalog_category>0</flat_catalog_category>
3131
<default_sort_by>position</default_sort_by>

0 commit comments

Comments
 (0)