Comment to 'more choices for homepage layout'
  • Baloo solution should definitely work, but I would suggest to add this code to the raw block on the page which you want to change, so it will not be applied site wide:

    Just add "raw" block with the following content:

    <style>
    /* Left column */
    .bx-layout-bcb-bar1 {
    width: 50% !important;
    }
    /* central column */
    .bx-layout-bcb-content {
    width: 25% !important;
    }
    */ right column */
    .bx-layout-bcb-bar2 {
    width: 25% !important;
    }
    </style>