mesh
mesh copied to clipboard
CSS Bootstrap setting produces rows with `mesh-row`
When setting Mesh CSS Settings tab to Use Bootstrap, the rows that are generated are mesh-row.
Should these not be row, long story short bootstrap CSS doesnt apply as the class seems wrong.
Unless i am missing something?
Did you find a solution for this? I have the same issue and I would prefer to use the bootstrap classes for the grid
I found a way to change this, for everyone who prefers the bootstrap row class instead of mesh-row:
go into the mesh plugin folder, open the /includes/utilities.php file and replace the mesh-row with row on line 359. Now you have the row class but an update will override this change again.