Hi
You can try adding custom suffix to the module, providing specific width in pixels and the rest of the responsive blocks will adjust automatic.
For example, enable override.css file on template parameters and them add this line on that file.
- Code: Select all
.box.pluswidth {width:500px!important}
By adding the suffix "[space]pluswidth" to the module, it will populate widther.
Cheers