How to put make a Columns based layout – Not Row based
-
Need help in creating a columns based layout (.col) instead of row based one. I will greatly appreciate any help in creating the columns or tables in the content area. Here is the scoop:
I am working to build a news aggregator site. It will contain only the linkable text. I need to create the columns in the content area.
I am using a two sidebar layout. in the content area (center) I have applied the bootstrap “span” code:
<div class=”row-fluid style=”height: auto;overflow: hidden;”>
<div class=”span6″>The problem here is that it is simply creating a span for the ‘rows’ – not creating the columns. Rows have a fixed height that conforms to the max height of the elements. So, when the left side of the row has more text in it, right side also adopts to the same height.
In a column set up, the height of the rows across the divide (columns) will be independent of each other.Please see the test site at: https://newsscouter.com/
As you will notice, the right side of the rows have empty area – as expected.Also, any thought on how to create a “widget area” in the header/nav section ?
Thank you very much.
- The topic ‘How to put make a Columns based layout – Not Row based’ is closed to new replies.