Sidebar Positioning
-
Hello,
I’ve just added another sidebar to this template but I’m obviously missing something to get the page to look right. You can view what I’m working on at the link below. I know the sidebars are a copy of each other but it’s just for reference and I’m just trying to get positioning correct before I change anything else. I’m trying to get that top sidebar over to the left side of the content located in the middle without getting extra space between the header and the three columns below it.In index.php:
get_header(); ?> <?php include (TEMPLATEPATH . '/sidebar2.php'); ?> <div id="content" class="narrowcolumn">
In functions.php
if ( function_exists('register_sidebars') ) register_sidebars((2),array(
In style.css:
#sidebar2 { padding: 0px 0 0px 0; margin-right: 800px; width: 190px; } #sidebar2 form { margin: 0; }
Can anyone possibly tell me what I’m missing? I’ve been looking at this for about 2 hours now.
Thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sidebar Positioning’ is closed to new replies.