Creating Colmns instead of Rows
-
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 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.While in a column/table set up, rows can be of any height – 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. It is a row set-up, anyhow.
I will greatly appreciate any help in creating the columns or tables in the content area.
Also, any thought on how to create a “widget area” in the header section?
Thank you very much.
- The topic ‘Creating Colmns instead of Rows’ is closed to new replies.