Pofile post sidebar spacing problem

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

anyone can help me to solve the problem, pls check image below
7616e481-28b2-4505-8a0c-cfc0ea7e42bd.jpg
 

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:

Which Theme has been installed and which addons ?
Any template modifications ?
 

Levi

Member
Registered
Joined
May 10, 2020
Messages
18
Points
13

Reputation:

I think this should work

Add this to extra.less
CSS:
.message--simple .message-cell.message-cell--user {
    flex: 0 0 90px;
}
change the value "90" according to your preference.
 
View previous replies…

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

I think this should work

Add this to extra.less
CSS:
.message--simple .message-cell.message-cell--user {
    flex: 0 0 90px;
}
change the value "90" according to your preference.
Levibut the info below member profile pic is missing
 
View previous replies…

Levi

Member
Registered
Joined
May 10, 2020
Messages
18
Points
13

Reputation:

one more help i need , is user group info bar keep inside , please check image // advance thanks to all your help View attachment 25780
gireeshkottayamYou must have set the values of margins in ".message-userBanner.userBanner"

This should fix the problem
Code:
.message-userBanner.userBanner {
    margin-right: -10px ;
    margin-left: -10px;
}
Or default view
Code:
.message-userBanner.userBanner {
    margin:0 !important;
}
 

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

You must have set the values of margins in ".message-userBanner.userBanner"

This should fix the problem
Code:
.message-userBanner.userBanner {
    margin-right: -10px ;
    margin-left: -10px;
}
Or default view
Code:
.message-userBanner.userBanner {
    margin:0 !important;
}
Levifailed to find .message-userBanner.userBanner in templates ! please let me know the location of the template !
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,067
Points
173

Reputation:

gireeshkottayam

Active member
Registered
Joined
Jul 18, 2021
Messages
38
Points
8

Reputation:

Top