Hey guys,
I'm new at wordpress, but I'm trying to move my sidebar above my content div so they can both line up at the top.
ive tried inserting
<?php get_header() ?>
<div id="container">
<?php get_sidebar() ?>
<div id="content">
but it does not seem to work? or can I do it strictly with css?
link to site