Clean 3 Column Custom Field Lists

xF2 Template Modification Clean 3 Column Custom Field Lists

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,794
Points
823

Reputation:

ENXF NET submitted a new resource:

Clean 3 Column Custom Field Lists - Have custom fields display in 1-3 columns depending on screen size

Want clean 1-3 columns for different devices?

Display one on smaller devices:
View attachment 18199
Two on medium:
View attachment 18198
And three on large:
View attachment 18200

Add this code to extra.less CSS:

CSS:
.listInline--customField
{
    @media only screen and (max-width: 600px) {
        columns: 1;
        -webkit-columns: 1...

Read more about this resource...
 
Top