Page 1 of 1

sidebar

Posted: Mon Jan 19, 2009 4:24 pm
by ameo
hey there, sorry if i've asked this before.. i don't know why i can't remember anything today!!

i wanted to added a youtube video above BP sidebars and both sidebars are to the right.

Thanks

Posted: Tue Jan 20, 2009 2:29 am
by Don Chambers
You need to construct a container before the left and right sidebars are emitted.

Look for this at line 175 (s9y 1.4 bp release):

Code: Select all

<!-- case 2: 3 columns, content-sidebar-sidebar -->
<div id="content" class="threemain layout3bss_content hfeed">
    {$CONTENT}
</div>
Place your youtube code after the content <div>, but before the sidebars. You will, of course, need to construct your own container (probably a <div>) and provide all the css rules for it.

That being said, I plan to release a template soon that will demonstrate how to do this.... it is not for bulletproof, but it will give you an idea how to do it.