Comment to 'Post To Context - Swop the "Post" and "X" buttons around'
  • Hello @InPage !

    It is possible to do this via the Custom Styles area of your template. Paste there this code:

    -form-element-tlb_do_submit .bx-form-input-wrapper-submit {

    float: right;

    }

    .sys-cpf-close {

    left: 0;

    }

    This code will work for the Timeline Update form. If you need to change it for all submit buttons then remove -form-element-tlb_do_submit part.