RSS Feed/News How to change this padding width under certain condition?

Status
Not open for further replies.

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?

1700455993450.png
1700455984623.png
------------------

<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...
 
Status
Not open for further replies.
Top