xenSidebar

Carlos

Well-known member
Okay, so I have the latest version of xenforo.

I'm trying to put my ad skyscraper, but the thing I'm trying to do is get the presentation right, so I tried to put a div around it. No cigar.

What is the xen syntax to sidebar "box'es"?
 
Code:
<div class="section">
    <div class="secondaryContent">
        <h3>Title</h3>
        Content
    </div>
</div>

If you want it centred, wrap it in <div style="text-align: center">Advert</div>
 
Top Bottom