Cannot insert elements into bootstrap columns #5997
Unanswered
insanegyros
asked this question in
Q&A
Replies: 1 comment
-
I'd not expect any issues here. I tried myself by simply importing Bootstrap and everything looks working fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a little problem. I try to make a simple editor for our company's blog and I tried to make som bootstrap columns to align content. My main issue is, I have added a bootstrap column like this
but I can't drag and drop any other conetent into it. The only way this works like I intend to is if I add any block element into the cols, even empty
<div>
will do, but it then create inconsistencies in the code and sometimes causes issues when deleting elements.How to make the column be able to have content nested into it without adding any block element into the column template?
(Example of working - not intended way)
Beta Was this translation helpful? Give feedback.
All reactions