Answer the question
In order to leave comments, you need to log in
How to implement "table" in css with portable "columns"?
I have already asked the question before, but I did not correctly put it.
The essence of the task:
There is a site on WP + Woo
I need to customize the page for displaying a list of product categories. Just a picture and a signature from the bottom (by default) do not suit me. I want to do something like this but with responsive design.
As you can see from the example, there are 2 columns for displaying categories. Each category is displayed as
<div class="row-fluid">
<div class="span3">
<p>Col1-content</p>
</div>
<div class="span9">
<p>Col2-content</p>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Everything is not right.
Finally found it, like this is what you need. You never know who will come in handy:
bootstrap-3-responsive-columns-of-same-height
Description of how to work with this
In memoriz: a good and very understandable article on the Great and Mighty.
For your task, the css solution is the most economical. For row-fluid use table-row, for span - table-cell in case of desktop. For mobile gadgets, set the block definition of these elements in the style sheet. To describe the situation more specifically, you need a script for your adaptive design - which is how it transforms depending on the width of the gadget's screen.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question