You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: