Hi kind people of kriesi.at,
I would like to put a widget area/sidebar directly under the main menu of my Shoutbox theme.
I've read some pointers on how to do this on a default theme but can't see where to place in the Shoutbox.
Thanks
Hi kind people of kriesi.at,
I would like to put a widget area/sidebar directly under the main menu of my Shoutbox theme.
I've read some pointers on how to do this on a default theme but can't see where to place in the Shoutbox.
Thanks
Hi gethin,
Edit header.php in your shoutbox theme, and find this line of code (last line):
<!-- ####### END HEAD CONTAINER ####### -->
Replace it with
<!-- ####### END HEAD CONTAINER ####### -->
<div class="new-div-container">
<div class="container">
This is where you will place your widget area/sidebar
</div>
</div>
Just remove the "This is where you will place your widget area/sidebar" and replace it with the right code. :)
Regards,
Ismael
You must log in to post.