DEZero Well-known member Mar 14, 2014 #1 Ok I know this has been answered before, but for the life of me I can't seem to find it again, so here we go. How would I go about removing the wrap around from the userbanner? I believe @Brogan had posted code that he uses over on his site.
Ok I know this has been answered before, but for the life of me I can't seem to find it again, so here we go. How would I go about removing the wrap around from the userbanner? I believe @Brogan had posted code that he uses over on his site.
P Paul B XenForo moderator Staff member Mar 14, 2014 #2 I use this: Code: .userBanner.wrapped span { height: 0px; } Upvote 0 Downvote
DEZero Well-known member Mar 14, 2014 #3 Thank you that worked, I used this in one of my styles but completely spaced on it, thanks again. Upvote 0 Downvote