hi im new to thematic and creating a child theme im trying to design my first theme but have hit a stumbling block, ive created the static page and populated it with content but notice that the side bar is floating below the content .. any help will be greatly appreciated.
ThemeShaper Forums » Thematic
[closed]
static page sidebar displays below main content
(3 posts)-
Posted 2 years ago #
-
did you import one of thematic's default layouts in your style.css ?? i've used all the layouts and have never seen this happen.
Posted 2 years ago # -
no ive not imported anything the only thing ive added is the following to the function file
--------------------------
function home_page_menu_args( $args ) {
$args['show_home'] = true;
return $args;
}
add_filter( 'wp_page_menu_args', 'home_page_menu_args' );
-------------------if i dont use a static page the sidebar is in the normal place, but as soon as i add a static page it seems to move below.
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.