Forums
-
- Forum
- Posts
-
- Installation
- 28,553
- Troubleshooting
- 62,903
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,004
- Showcase
- 3,259
-
Hey,
I’ve followed this forum and included the following code:
function add_sidebar() {
include ('sidebar.php');
}
add_filter('bb_foot', 'add_sidebar');
But how do I get this sidebar to fit into the main div?
Thanks.