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
- 25,922
- Points
- 823
Reputation:
I added options for users to display or hide their message avatars. But there's a padding of 10px that I would like to eliminate if the user chooses to hide the avatar.
How do I eliminate it?
------------------
<xf:if is="hide avatar"> // I know how to set the condition
</xf:if>
And which template should I modify?
Continue reading...
How do I eliminate it?
------------------
<xf:if is="hide avatar"> // I know how to set the condition
padding-left: 10px;
// how do I change this?</xf:if>
And which template should I modify?
Continue reading...