If you have a very specific layout that you need to make, Blueprint's grid is probably not the best way. You have two options:
- Set specific widths on each column - the rest of the styles stay the same. Also, you can change the width of the container and the whole thing will still work. The float concept that is used to place the columns side-by-side is not dependent on the widths applied, you just have to make sure that the total width + margins of all the columns = the total width of the container. - Don't use Blueprint's grid at all, and make a unique layout to fit your needs. The other parts of Blueprint can still be very useful, you just aren't obligated to use the grid. -- -- Christian Montoya mappdev.com :: christianmontoya.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
