how can I move my nav bar to the upper left corner like this site... homebase610.com
Ive try using the customizing code that is provided on the site but don't know what to change. here is my site gamesdammit.com
how can I move my nav bar to the upper left corner like this site... homebase610.com
Ive try using the customizing code that is provided on the site but don't know what to change. here is my site gamesdammit.com
ugh. this must be on the forum somewhere b/c I am sure that i have written it. however, the search function is not the strongest and maybe i am imaging it....
how to move thematic access (the navigation bar) above the #header div :
function remove_access() {
remove_action('thematic_header','thematic_access',9);
}
add_action('init','remove_access');
add_action('thematic_aboveheader',thematic_access');I tried to throw in
float: right; to move it but it doesn't seem to work can you tell me where to put the code also the one you gave me!? :)
btw you are so helpful! im giving you a eHug.
an ehug? well gosh. ok it sounds like you are really new to thematic and child themes.. so i am going to recommend that you check out these two blog posts to get you started:
http://www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme
http://wptheming.com/2009/10/useful-thematic-filters/
also getfirebug.com for a firefox addon that is essential to finding css properties.
the code i gave you goes in your child themes functions.php file. once you put it there i 'believe' it will default to the left and you might not need to change any css.
You must log in to post.