<xf:title page="{$page}">{$forum.Node.title}</xf:title>
<xf:description>{$forum.Node.description|raw}</xf:description>
<xf:css src="structured_list.less" />
<xf:css src="custom_hide_avatar.less" />
Try this in your style template extra.less
Code:.structItem-cell.structItem-cell--icon {display:none}
OR just
Code:.structItem-cell--icon {display:none}
Yes, you can use a conditional statement, more on that here:Is it possible to make this not applying to certain forums?
Thanks very much - assume there's something different for padding on desktop?re: other post, try adding this for padding on mobile:
Code:@media (max-width: @xf-responsiveMedium) { .structItem-title,.structItem-minor,.structItem-cell.structItem-cell--meta {padding-left:10px} }
Thanks very much - assume there's something different for padding on desktop?
Yes, this issue only occurs on smaller browsers, I should have checked on mobile.
This fix seems to work though.
Title paddingSure - thanks. How could I pad out the thread titles themselves in the thread listing after the avatar is removed?
.structItem-title
{padding-left:100px!important}
I did actually, and the above is the result. It did the padding for the thread title, but not the line below it.It should just be a matter of increasing the padding from 10px (in the code above) to what you need it to be
Sure - thanks. How could I pad out the thread titles themselves in the thread listing after the avatar is removed?
Both have padding title is 100px, lower line is 10px. I gave you the padding code for the title because you asked for the title. In the code I used 100px purely as an example, obviously you can set that how you want, as you can with the padding for the lower bit.
They both have padding, just that one is 100px and one is 10 px. Those were only examples you change to suit what you want.
We use essential cookies to make this site work, and optional cookies to enhance your experience.