mesh icon indicating copy to clipboard operation
mesh copied to clipboard

CSS Bootstrap setting produces rows with `mesh-row`

Open csmorley opened this issue 7 years ago • 2 comments

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?

csmorley avatar Jul 16 '18 07:07 csmorley

Did you find a solution for this? I have the same issue and I would prefer to use the bootstrap classes for the grid

JohannesMerkt avatar Nov 21 '18 16:11 JohannesMerkt

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.

JohannesMerkt avatar Nov 21 '18 17:11 JohannesMerkt