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
{{ message }}
This repository was archived by the owner on Jan 11, 2019. It is now read-only.
Today I install fresh django-cms 3 and djangocms-grid plugin. In placeholder I created MultiColumns(grid) plugin with two grid-12 column. In each column I created Text plugin. So text must be render in two same columns. But that don't happen.
Of course, I know I can to add some class to MultiColumns plugin(e.g. "row" as in bootstrap) and some class in each GridColumn(e.g. "span6"), but I think this plugin should work another.
Today I install fresh django-cms 3 and djangocms-grid plugin. In placeholder I created MultiColumns(grid) plugin with two grid-12 column. In each column I created Text plugin. So text must be render in two same columns. But that don't happen.
Of course, I know I can to add some class to MultiColumns plugin(e.g. "row" as in bootstrap) and some class in each GridColumn(e.g. "span6"), but I think this plugin should work another.