<div dir="ltr">Hi June,<div><br></div><div>To be honest I don't think we need more than 12 columns. Bootstrap grid can be subdivided. This means that you can take any column and subdivided it into 12 columns.</div><div><br></div><div>This is specially useful in situations where you want to create a main column and a sidebar, and then divide the main column again.</div><div><br></div><div>The example you are showing is a table, and I think Taos solution is correct. Although it is possible I wouldn't use bootstrap grid on a table since tables are already divided into columns. In order to achieve Taos solution, table layout should be set to fixed. <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout">https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout</a></div><div><br></div><div>If for any reason you absolutely need to divide the grid into 24 spaces rather than 12, and change the gutter from 30px to 20px as suggested in the comments, you can easily do it by changing these 2 variables:</div><div><br></div><div><div>@grid-columns:              12;</div><div>@grid-gutter-width:         30px;<br></div></div><div><br></div><div>I've never tried it and it'll probably affect other patternfly components.</div><div><br></div><div>Let me know if Tao or you need help to implement any of these,</div><div><br></div><div>Thanks</div><div><br></div><div>Andrés</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 4, 2016 at 3:44 AM, June Zhang <span dir="ltr"><<a href="mailto:junzhang@redhat.com" target="_blank">junzhang@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Hi, Designers</div><div><br></div><div>How do you think Grid 12columns?</div><div>Do you feel sometimes Grid 12col it not enough for the page layout? </div><div>Such as tao’s question on this page: <a href="https://mojo.redhat.com/groups/pnt-ux/blog/2016/03/03/ue-improvement-the-user-experience-improvment-of-many-forms-on-one-page" target="_blank">https://mojo.redhat.com/groups/pnt-ux/blog/2016/03/03/ue-improvement-the-user-experience-improvment-of-many-forms-on-one-page</a></div><div><br></div><div>Look forward your feedback.</div><br><div>
<div><div>Best Regards,</div><div>------------------------------------------------------------------------------------------------</div><div>June Zhang, UX Team, PnT DevOps</div><div>irc: junzhang | ph: 8388231 | tz: UTC+8 | email: <a href="mailto:junzhang@redhat.com" target="_blank">junzhang@redhat.com</a></div><div>------------------------------------------------------------------------------------------------</div><div>UX Team: <a href="https://docs.engineering.redhat.com/x/AoC_/" target="_blank">https://docs.engineering.redhat.com/x/AoC_/</a></div></div>

</div>
<br></div><br>_______________________________________________<br>
Patternfly mailing list<br>
<a href="mailto:Patternfly@redhat.com">Patternfly@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/patternfly" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/patternfly</a><br>
<br></blockquote></div><br></div>