I’m guessing the place to do this is in the header.php not sure exactly been loooking at it awhile.
Found this code in the header.php file at the bottom has the name of the header image file logo.png the question is what bit of code alters the image from right to left and vis-versa… 😉 more posting for myself by myself soon to come!
<body>
<div id=”rap”>
<div id=”head”>
” href=”<?php bloginfo(‘url’); ?>”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/assets/images/logo.png” alt=”Logo” class=”reflect<?php darkcash_refheight() ?><?php darkcash_refopac() ?>” style=”float: right; margin: 20px 14px 0 0;” /> <!–Link does not work in IE6 due to the JS–>
<h1 class=”<?php darkcash_title() ?>”>/”><?php bloginfo(‘name’); ?></h1>
<div class=”<?php darkcash_title() ?>” id=”description”><?php bloginfo(‘description’); ?></div>
</div>
<div id=”content”>
ok I figured out how to move the image you see in the code above where it says float: right; margin: 20px etc etc if you change the word right to left it moves the image to the left of the page. but, now we have another problem the left sidebar menu gets pushed into the middle of the page for some reason.
getting closer but still stumped… more posts from me answering my own questions before help can rive soon to come… lol