Carlos Well-known member Sep 3, 2011 #1 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"?
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"?
P Paul B XenForo moderator Staff member Sep 3, 2011 #2 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> Upvote 0 Downvote
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>