Perfect! Thanks!pit-PL wrote:This style is based on bootstrap, extensions won't work just like that.
Replace your recent_topics_body.html with this file.
<div class="text-center"> ... </div>
Thank you!pit-PL wrote:Wrap it with a<div class="text-center"> ... </div>
You can add the class "hidden" to the div-container, so it's just hidden and you don't have to look up the code again, when you want to add the status again.SalazarAG wrote:Thank you!pit-PL wrote:Wrap it with a<div class="text-center"> ... </div>
One last question ....
Removing this ONLINE status image on Avatar? Sometimes gets in the way ....
Thank you!mj1985 wrote: You can add the class "hidden" to the div-container, so it's just hidden and you don't have to look up the code again, when you want to add the status again.
Hi! It works, but the username was higher only for users with color groups, such as Administrators and Moderators.mj1985 wrote:In the CSS-file search for the selector: ".username-coloured"
after
font-weight: bold;
add:
font-size: 14px;
Or whatever font-size you prefer
Code: Select all
<i class="fa<!-- IF forumrow.subforum.S_UNREAD --> fa-comment<!-- ELSE --> fa-comment-o<!-- ENDIF -->"></i>