XF 1.4 .latestThreadTitle weird bug/blitch indented

  • Thread starter Thread starter Deleted member 91401
  • Start date Start date
D

Deleted member 91401

Guest
Anyone have any idea how to fix this? It only does it on certain forums but it seems to be completely random as to which forums it effects and I can't seem to find the source of the issue at all.

hq1PLqb.png



XXQMbT1.png
 
Anyone have any idea how to fix this? It only does it on certain forums but it seems to be completely random as to which forums it effects and I can't seem to find the source of the issue at all.

Odd's are it's a simple alignment in the CSS.. but without a link to your site it's going to be harder to fix.. because what you show is NOT your CSS for it.
It's generally recommended when you are asking for someone to help you with a style issue to post a link to your site - or at least have it listed in your profile. Not everyone will go way out of their way to help - figuring if you aren't willing to help them help you without jumping through hoops, they have other things to do.
 
Odd's are it's a simple alignment in the CSS.. but without a link to your site it's going to be harder to fix.. because what you show is NOT your CSS for it.
It's generally recommended when you are asking for someone to help you with a style issue to post a link to your site - or at least have it listed in your profile. Not everyone will go way out of their way to help - figuring if you aren't willing to help them help you without jumping through hoops, they have other things to do.

http://forbiddenSE.com/
 
Last edited by a moderator:
You can either add this to the extra.css template:
Code:
.node .nodeLastPost .lastThreadTitle {
text-align: left!important;
}
or modify the relevant template directly.
 
Top Bottom