I seem to be experiencing an issue with Joomla SP page builder. After creating a row and adding 2 columns MD-6, they are not lining up properly in one row.
Any assistance would be greatly appreciated.
You can view the issue at:
Here is a screenshot of the SP page builder's columns
Possible Solution: I found that by commenting out this line in cocoon.preprocess.js
$('.sppb-row').removeClass('sppb-row');
, the issue was resolved.
This is within the Joomla NRG template.