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
sidebar
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
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):
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.
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>
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.
=Don=