syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 114 forks source link

Column Block Resize #115

Closed naumanahmed19 closed 10 years ago

naumanahmed19 commented 10 years ago
$block_options = array(
        'name' => 'Col 1',
        'size' => 'span12',
        'resizable' => 0,
    );

'resizable' => 0, is working before save for columns . But after saving i can againre-size column block. I think its a bug.

Or you can tell me how can i disable resizing for columns.

syamilmj commented 10 years ago

Looks like a bug. Will look into this, thanks for noticing!