I am using the edujournal theme. This comes with four widgets-Sidebar Tab 1, Sidebar Tab 2, Sidebar left, and Sidebar Right. Firstly, I don't quite understand the differences between each of them. Secondly, I do not like how my Upcoming Events, search bar, and Categories are going into tabs- so I tried to put all of my widgets in the Sidebar Right, I also tried Sidebar Left but when I move them, the entire sidebar is blank. I was thinking it could be the coding in the sidebar folder of the theme.. This is what is in the folder:
<div id="sidebar">
<div id="tabber-widget">
<div class="tabber">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar('Sidebar Tab 1') ) : ?>
<?php endif; ?>
</div>
</div>
[Please post code snippets between backticks or use the code button.]
I am new to this and learning as I go, but I can not figure out what the different widget tabs are for, and how to stop the Upcoming Events, Search bar and categories from creating a single tab.
Also, what code do I use to get my advertisements to be one on top of another. I can't get them to center or go beneath each other.
Thanks!