开发者

How to style my view?

开发者 https://www.devze.com 2023-03-11 06:47 出处:网络
I have two taxanomy terms, A groups and B groups. I have created a view of type node which displays the og groups of my site in grid style.

I have two taxanomy terms, A groups and B groups.

I have created a view of type node which displays the og groups of my site in grid style. I have group the view with the taxanomy terms. Now my view looks like the following:

A groups

group1

group2

group3

B gr开发者_开发问答oups

group1

group2

group3

And I want it to display like the following:

A groups    B groups

group1       group1

group2       group2

group3       group3

What should I do for this type of styling.


If I understand correctly, you just need to make the grid display in multiple columns. If your view settings, click the button to the right of style: Grid under "Basic Settings" then set the grid properties to something like:

How to style my view?

0

精彩评论

暂无评论...
验证码 换一张
取 消