Support

Account

Home Forums Add-ons Flexible Content Field Page Builder Reply To: Page Builder

  • No mine uses a custom CSS grid system – but you change the column width classes in the settings

    $columns[‘six’] = ‘six columns’;

    If you wanted to use bootstrap you would just change it to:

    $columns[‘six’] = ‘col-lg-6’;