• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Clean 3 Column Custom Field Lists xenforo 2

Admin

Well-Known Member
Staff member
Administrator

Want clean 1-3 columns for different devices?​

Display one on smaller devices:​

1600409423567.png


Two on medium:​

1600409496471.png



And three on large:​


1600409632575.png


Add this code 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) {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
@media only screen and (min-width: 1050px) {
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
}
}

Note: Play with the min-width to make the columns fit your site. What I mean by that is drag them around and see if you have an item that is too long that breaks into 2 lines as opposed to staying in 1; you will have to find that point so it stays in a straight line. If your lists tend to be larger than the examples above, you might only want 1 or 2 columns—adjust as required to look good on your site.
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
C SQLI DUMPER V.10.3 - V.10.2 - V.9.7 - V.8.5 - V.8.2 - V.8.0 - V.7.0 - V.5.1 (ALL STABLE & CLEAN VERSIONS) Tut, tool, mmo 0
C SQLi Dumper v.10.5 Full Clean (All other sources are fake contains malware) Tut, tool, mmo 0
C HEART SENDER 4.00.00 Full Clean (All other sources are fake contains malware) Tut, tool, mmo 0
C HEART SENDER 3.0.33 Full Clean (All other sources are fake contains malware) Tut, tool, mmo 0
C SQLI Dumper v.10.4 Full Clean + Video (All other sources are fake contains malware) Tut, tool, mmo 0
C Share SQLi Dumper v.10.5 Full Clean (All other sources are fake contains malware) Tut, tool, mmo 0
N SQLi Dumper v.7.0 Clean SQL injection 0
N SQLi Dumper v.8.0 Clean SQL injection 0
N SQLi Dumper 8.2 By fLaSh - Keygen By [RTN] Clean SQL injection 1
N SQLi Dumper v.8.5 Cracked By LautheKing Clean SQL injection 1
N SQLi Dumper v.9.7 [Cracked By PC-RET] Clean SQL injection 0
N SQLi Dumper v.8.5 Cracked By LautheKing Clean SQL injection 0
N SQLi Dumper 8.2 By fLaSh - Keygen By [RTN] Clean SQL injection 0
N Hướng dẫn SQLi Dumper v.9.7 [Cracked By PC-RET] Clean Tut, tool, mmo 0
N SQLi Dumper v.8.5 Cracked By LautheKing Clean SQL injection 0
N Hướng dẫn SQLi Dumper 8.2 By fLaSh - Keygen By [RTN] Clean Local attack 0
N Hướng dẫn SQLi Dumper v.8.0 Clean Hacking 0
N SQLi Dumper v.7.0 Clean Bảo mật 0
Admin [light & clean] Facebook theme by Sukagwe.com Style vbb 0
Admin Clean Square Web 2.0 IM Icons + More Add-ons 0
N Share Clean and Professional HTML Template All Shared Scripts 0
N Clean Web Banner Pack Thiết kế đồ họa 0
Admin How to error MySQL Error : Unknown column '0Array' in 'where clause' Error Number : 1054 Vbb tutorial 0
Admin [HOW TO - vB4] Two column forum/sub-forum setup via CSS only Vbb tutorial 0
Admin Hướng dẫn fix lỗi MySQL Error : Unknown column 'vbcmspermissions' in 'field list' Error Number : 1054 Vbb tutorial 0
Admin [JoyFreak] Custom PWA Xenforo 0
Admin Customising the layout with custom user fields xenforo 2 Xenforo 0
N TSP Dork generator v16.1|HQ Dork generator - Now with custom dork types SQL injection 1
N TSP Dork generator v16.1|HQ Dork generator - Now with custom dork types SQL injection 0
N TSP Dork generator v16.1|HQ Dork generator - Now with custom dork types Tut, tool, mmo 0
Admin Custom Style Option Group Colors Picker xenforo 2 Xenforo 0
Admin Creating custom user banner styling xenforo 2 Xenforo 0
Admin Creating custom prefix styling xenforo 2 Xenforo 0
Admin Creating a custom Reactions sprite sheet xenforo 2 Xenforo 0
Admin Custom Fields Permissions xenforo 2 Xenforo 0
Admin Custom 404 Page by Siropu xenforo 2 Xenforo 0
Admin Share plugin Advanced Custom Fields PRO v0.4.0 cho Joomla Joomla 0
cuongpro9x Help Lỗi Link khi custom post type Wordpress 1
cuongpro9x Hỏi Cách tạo custom page download Wordpress 3
Admin Hướng dẫn làm custom skin LMHT EZ vũ khí tối thượng Trò chơi 0
Kidblood Share Custom Skin - Tự Sướng Skin Cho LMHT Máy tính 0
Admin Custom fonts for different usergroups Vbb tutorial 0
Admin vBUT - User Group User Titles & Custom User Titles Add-ons 0
Admin Custom Node Icon (icon for Category) 1.0 Xenforo 0
Admin Custom Style Sets for vBulletin 4 (including ACP Styles) Style vbb 0
Admin How to add a custom Tab Xenforo 0
Admin Replace search with Google Custom Search Add-ons 0

Similar threads

New posts New threads New resources

Back
Top