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