XenForo Clean 3 Column Custom Field Lists

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
835
7
271
Language
English
GuDron submitted a new resource:

Clean 3 Column Custom Field Lists - Xenforo 2 Clean 3 Column Custom Field Lists

Want clean 1-3 columns for different devices?

Display one on smaller devices:
View attachment 55

Two on medium:
View attachment 56

And three on large:
View attachment 57


Add to extra.less
CSS:
.listInline--customField
{
    @media only screen and (max-width: 600px) {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    @media only screen and (min-width: 600px) {...

Read more about this resource...