Comment to 'Cover image width in Protean for UNA 10.'
  • You can try to add the following styles to override default behaviour in CUSOM STYLES in your template, to make cover full width on most pages:

    .bx-cover-gap {
        position: relative;
        width: 100%;
        padding: 0;
    }