Title: Column classes not correct
Last modified: August 21, 2016

---

# Column classes not correct

 *  [benstewart](https://wordpress.org/support/users/benstewart/)
 * (@benstewart)
 * [12 years ago](https://wordpress.org/support/topic/column-classes-not-correct/)
 * I have a row with two 50/50 columns. The plugin automatically adds the Bootstrap
   grid columns classes to the elements but it is not calculating correctly.
 * Bootstrap uses a 12 column grid. It assumes that the x-small screen size is 12
   columns unless otherwise specified which the plugin seems to be taking advantage
   of since there is no “col-xs-*” class.
 * Starting with the small class a 50% column should be 6 columns wide which would
   be a class of “col-sm-6” but the plugin is giving each column a class of “col-
   sm-9” instead. Either it is basing the class off of an 18 column grid or the 
   math is simply off.
 * The plugin is also adding a medium size class to each column of “col-md-6” which
   is the correct calculation for a 50% column. So it is only the small size that
   seems to be incorrect.
 * At this point the small size is completely broken as each column is taking up
   75% of the horizontal space resulting in a poor looking layout at that size.
 * Here’s a shot of the code I just described:
    [https://www.dropbox.com/s/0ybekw0pxv00ye6/Screenshot%202014-06-20%2015.39.01.png](https://www.dropbox.com/s/0ybekw0pxv00ye6/Screenshot%202014-06-20%2015.39.01.png)
 * [https://wordpress.org/plugins/ig-pagebuilder/](https://wordpress.org/plugins/ig-pagebuilder/)

Viewing 1 replies (of 1 total)

 *  [Adam](https://wordpress.org/support/users/hieudm/)
 * (@hieudm)
 * [12 years ago](https://wordpress.org/support/topic/column-classes-not-correct/#post-5029247)
 * Hi benstewart,
 * Thank you very much for such a detailed report. I already passed this matter 
   to our development team to re-adjust grid layout and it will be updated in our
   next release.
 * If you still have any question or suggestion, please don’t hesitate to let us
   know.
 * Best regards,
 * Adam.

Viewing 1 replies (of 1 total)

The topic ‘Column classes not correct’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ig-pagebuilder.svg)
 * [IG PageBuilder](https://wordpress.org/plugins/ig-pagebuilder/)
 * [Support Threads](https://wordpress.org/support/plugin/ig-pagebuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/ig-pagebuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ig-pagebuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ig-pagebuilder/reviews/)

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [grid](https://wordpress.org/support/topic-tag/grid/)

 * 1 reply
 * 2 participants
 * Last reply from: [Adam](https://wordpress.org/support/users/hieudm/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/column-classes-not-correct/#post-5029247)
 * Status: not resolved