How to adjust the number of columns in the grid for the Layout-Cards Grid in the Stock section

I would like to adjust the number of columns in the grid for the Layout-Cards Grid in the Stock section.

1 Like

Hi there, @Shane_Shimizu :waving_hand:

This code will help you adjust the number of columns in the Cards Grid layout:

.es-widget-background-container {
  width: 70%;
  margin: 0 auto;
}

The number of columns depends on the container width. So, add this code to the Custom CSS field on the Theme tab of your widget’s settings and adjust the width value to your needs.

Give it a try and let me know if you like the result :slightly_smiling_face: