XF 1.4 Postbit alignment issue

tommydamic68

Well-known member
I was able to correct this issue with the "sphynx bucks" aligning properly with adding this in the EXTRA.css. The odd thing here is, it doesn't align properly when viewing the postbit as a guest...Only when logged in. Any thoughts?

Code:
/* align sphynx bucks */

a.Tooltip.OverlayTrigger.concealed {
    float: right;
    text-align: right;
    max-width: 100%
}

loggrd in.webp Screen Shot 2015-03-11 at 5.56.17 AM.webp
 
Top Bottom