Posted on 19/11/2018 15:26:32
Hi Gerard
There is no particular setting for this in the CMS. And I think that if you need a design where the the button is right aligned, the rest of the content should be left aligned.
It is possible to do with only css - But the code is not beautiful:
.multiple-paragraphs-container .u-margin-top--lg.u-margin-bottom {
width: 100%;
}
.multiple-paragraphs-container .btn.btn--tertiary.dw-mod {
text-align: right;
float: right;
justify-content: right;
}
The other solution is to create the functionality in the template.
Best regards
Karsten Thuen