Replies: 0
I wanted to ask if it possible to realize the following behaviour with standard wordpress columns.
On my webpage I have 6 columns which are displayed in 2 rows.
For instance:
|1|2|3|
|4|5|6|
The problem here is: I can realize this just as a row with 3 columns two times, or I make one row with 3 columns and add two of these boxes (which are pictures) in one single column.
If you take a look on the responsibily of those columns, they look like this at tablet view.
|1|2|
|3|
|4|5|
|6|
(at first case)
or
|1|3|
|2|4|
|5|
|6|
(at second case)
what I want at tablet view is this:
|1|2|
|3|4|
|5|6|
Is it possible to realize this with the wordpress columns without additional plugins?
Best Regards
Slexout