Anybody knows how to make resources like that?

NullName

New member
Registered
Joined
Aug 29, 2022
Messages
3
Points
1

Reputation:

Anybody knows how to make resources like that? Or is a custom theme necessary? builtbybit.com/resources/
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
607
Points
73

Reputation:

Anybody knows how to make resources like that? Or is a custom theme necessary? builtbybit.com/resources/
NullNameXenforo resources manager i cant post a link because xenforo limiting me to post a link
 

NullName

New member
Registered
Joined
Aug 29, 2022
Messages
3
Points
1

Reputation:

View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

I mean like that big, xfrm normally looks small and outdated.
NullNameI guess these are some small template modifications and CSS styling. I do not know if that was done via an addon
 

shqawe

Well-known member
Registered
Joined
Jun 30, 2019
Messages
63
Points
28

Reputation:

I mean like that big, xfrm normally looks small and outdated.
NullNameAs @BattleKing said is template modifications and css style. Kindly try below css code and revert back to us with result

CSS:
[data-type="resource"] .structItemContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-top: 5px solid #2d8ac8;
    border-radius: 5px;
}

[data-type="resource"] .structItemContainer .structItem {
    margin: 10px;
    min-width: 330px;
    flex: 0 1 330px;
    display: block;
    border-width: 0;
}

[data-type="resource"] .structItem--resourceInner .structItem-iconContainer {
    height: fit-content;
}
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,514
Points
523

Reputation:

As @BattleKing said is template modifications and css style. Kindly try below css code and revert back to us with result

CSS:
[data-type="resource"] .structItemContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-top: 5px solid #2d8ac8;
    border-radius: 5px;
}

[data-type="resource"] .structItemContainer .structItem {
    margin: 10px;
    min-width: 330px;
    flex: 0 1 330px;
    display: block;
    border-width: 0;
}

[data-type="resource"] .structItem--resourceInner .structItem-iconContainer {
    height: fit-content;
}
shqaweI guess it is more the category section he would like to get, for the resource list, there are so many examples to change that view to grid style.
 

shqawe

Well-known member
Registered
Joined
Jun 30, 2019
Messages
63
Points
28

Reputation:

I guess it is more the category section he would like to get, for the resource list, there are so many examples to change that view to grid style.
BattleKingYes you are right, And after i register to forum and try to submit addon i found additional choice for cover image too i think it's use an addon for that but i really like it..
 
Top