creaky

Customer
On your Gamer Exit site the userbanners dont wrap round the postbit but are centered. Is this a style property or custom CSS as I want to do the create something similar.

If it's not a style property perhaps it's something that could be added in a future version of Xenbase.

GE.PNG
 
Not sure exactly if we want to handle user banners further than we already do in XenBase to be honest, mainly because there's so many possibilities of how people want them, but we're still open to ideas and actively discussing them.

But to make those is rather easy:

Code:
.XenBase .userBanner {
margin: 0 auto !important;
}
.XenBase .userBanner.wrapped span.before, .XenBase .userBanner.wrapped span.after {
display: none;
}

In extra.css
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back