I created a sub theme and there ist a component css
.node--view-mode-full .w3-container.node__content .field--name-body p {
text-align: justify;
}
as I like to float the content left, I added
.node--view-mode-full .w3-container.node__content .field--name-body p {
text-align: left;
}
to my sub_theme.css
when I use CK-Editor to set for example text-align-center in a node, the theme overrides the css of CK-editor.
What is the best solution for having all body contents left aligned, but the option to customize some layouts with CK-editor?
Fixed
1.22
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.