Flat Awesome + - PixelExit.com [Deleted]

Remove the text-align I gave you and try adding this:

Code:
.sidebar .visitorPanel .avatar {  margin-bottom: 10px;}

Now under the avatar, not to the under stats. Also how to showing Thread Starter markup icon? do you need add CSS code to extra.css?
 
This is how I'm seeing it...

Screenshot_6.webp

What are you seeing and what browser? The icon I mentioned on our site, I posted more about it there. The CSS I supplied was a simple icon next to the username, it goes inside extra.css.
 
Both firefox or chrome. Does not know that if this issue when Icon are many? I have five icon and you have two icon.

2400b8541d654a098449eeaf9eed9b09.png
 
I've made an adjustment on our next release but give this a go in extra.css:

Code:
.memberCard .xbUserBanner .userBanner
{
    margin-bottom: 5px;
    display: inline-block;
}
 
@Russ i'm not sure if this is something wonky with the upgrade or just my system but i just jumped from 1.5.12 to 1.5.14 and while the style property versions show correctly the versions in the style page still show as 1.5.12.

Also, i'm still showing outdated templates - breadcrumbs and xb_offcanvas_menu.css both won't let me merge. the box is greyed out. should i resolve using parent or custom?
 
Last edited:
Not sure... we display the version on the front end commented out so we can help debug and it looks like you're running 1.5.14 just fine:

Screenshot_7.webp
 
I was cleaning up extra.css today and I found this:
Code:
.xenOverlay .subHeading a:hover {
    color: #FFF;
}
.XenBase body {
    overflow-y: visible;
}
I can't remember why I added it, what is it for?
 
Top Bottom