Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

Timestamp Question

Hi, when I view my forum from the categories page, forums with 1 or more posts show this message beneath their title "1 discussion Most recent: by 2:07AM"

The problem is the username slams right into the time with no space. Is there a way I can edit a file to add the space?

Thanks.

Comments

  • whu606whu606 MVP
    edited May 2013

    @imijj

    Which version of Vanilla are you using?

    It is best to make css changes in a custom.css file in your custom theme design folder.

    See here if you aren't currently using a custom theme.

    The custom.css only has to contain declarations for the elements you want to change, so it could be as small as one declaration.

    Using Firebug in Firefox (or similar inspection elements in Chrome etc.), you can see that the following declaration needs to be added to this element:

    .LastCommentDate

    .LastCommentDate {padding: 0 0 0 5px;}

    adjusting the px to suit your preference.

Sign In or Register to comment.