XenForo How to change this padding width under certain condition?

S

securedme

Guest
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...