I am currently attempting to adjust the number of columns in the standard Bootstrap grid layout from 12 to 8. After reviewing the Bootstrap documentation, I understand that this requires modifying the @gridColumns
variable and making adjustments in the responsive.less file.
Despite my efforts to tweak the grids in responsive.less (and its imported files), I am struggling to achieve the desired outcome. Can anyone provide me with specific instructions on which values to modify in order to switch the grid system from 12 columns to 8?