XenForo 2.0 Also need help fixing this?

ForumFlake

Well-known member
Registered
Joined
Feb 8, 2023
Messages
79
Points
8

Reputation:

I also need help fixing this, I keep missing something with the coding. Would anyone know what I would have to do to get it to fit perfect?

image.png
 

Splicho

Synapse-Themes.cc Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
822
Points
153

Reputation:

Helped the guy over discord, he fixed it.
 

BattleKing

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

Reputation:

Splicho

Synapse-Themes.cc Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
822
Points
153

Reputation:

good to post the answer here as well
BattleKingTo fix this, he needed to do the following:

CzaIclz.png


Move this <div> outside the container, so the block is displayed below the stats container.
And then put in extra.less

CSS:
.forumStats-main {
    width: 100%;
}

which results in

0i8EAsE.png
 
Top