Which template or location is...

Carlos

Well-known member
....the whitespace next to the logo? The right side?

I want to put google's new Plus Page widget there.

I don't want it above or below the logo, I want it right next to it.
 
No luck.

I found Ad_Header, but the only thing it does it shows it exactly right next to the logo itself, but not aligned on the right side.... www.8wayrun.com does it right, but I don't know how to get it centered so that the widget box looks like it belongs there.

The last time that I tried getting to this was when I was going to put google search in that place, but like I said, I can't center it right.
 
Edit Template: logo_block

<div id="logoBlock">
<div class="pageWidth">
<div class="pageContent">
<xen:include template="ad_header" />
<xen:hook name="header_logo">
<div id="logo"><a href="{$logoLink}">
<span><xen:comment>This span fixes IE vertical positioning</xen:comment></span>
<img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />
</a><span>Your stuff HERE</span></div>
</xen:hook>
<span class="helper"></span>
</div>
</div>
</div>
 
Thanks, EQnoble! :)

Will try that now.

EDIT: Mmmmm.....Nope, didn't work, in fact, it screwed up the header. :confused::mad:

Instead, I have implemented the google plus page onto ad_below content.
 
Top Bottom