Viewing 15 replies - 1 through 15 (of 35 total)
  • Yes, alignment is set in the CSS code. But no way to help more specifically without seeing the site.

    Thread Starter mommy2two

    (@mommy2two)

    Wpyogi,
    Thanks for responding. You can see the site at http://www.fineartsla.com. Right now its set to center but it needs to be to the left, just not all the way to the left.

    Thanks!

    Just move the image as the first element of <div id="page">

    This works perfect: http://screencast.com/t/jjEm1Qv6

    No need to wrap the <IMG> inside a <CENTER>

    Are you aware that that theme is quite outdated?

    http://wordpress.org/extend/themes/svelt

    You may have compatibility problems with it…

    Thread Starter mommy2two

    (@mommy2two)

    Yes,
    I am aware. So you don’t think I can move my header to the left then, without it going all the way over to the left?

    P.S. Would you mind checking out my other two posts as well.

    Thanks!

    @mommy2two, did you check my suggestion?

    You can do that, yes, but I would be concerned about future issues with a theme that is not being maintained…

    But you also have the logo in the wrong place – you’ve messed up the header.php file – so that the <head> section of the page is empty and all the stuff that goes there is inside the body of the page… You need to go back and repair that before doing anything else.

    Thread Starter mommy2two

    (@mommy2two)

    I am not seeing the image in the header.php anymore. Can you point me in the right direction as to changing this so I can set the header right, please?

    How did you add it? It looks like you modified the header.php file? Or?? Can you paste the code from your header.php file to a pastebin – see this: http://codex.wordpress.org/Forum_Welcome#Posting_Code

    Thread Starter mommy2two

    (@mommy2two)

    Really appreciate this help!!

    Here is the pastebin url: http://pastebin.com/pNJxppcD

    Okay, but just for general info, did you add the logo code or is it part of the theme or ??

    Thread Starter mommy2two

    (@mommy2two)

    No, it is not part of the theme. I put it there.

    There really are all kinds of things “wrong” (outdated) with this theme – have you been using it a long time? What are you going to do when it “breaks” seriously?

    Thread Starter mommy2two

    (@mommy2two)

    I know it is very outdated. Unfortunately, its been used a long time and I don’t want to change it over yet. I am building it back up from when it was lost. Can the header be placed where I want it though?

    Sure, just a bit worried that you’re putting time into a dead-end :). So this should not be in the head section at all:

    <?php echo '<center>'; show_media_header(); echo '</center>';?>

    try putting it below this line:

    <div id="header">

    But put it inside a div so you can use that to add CSS – get rid of the center tags too – those are deprecated…

    <div class="headerlogo">
    put the logo code here
    </div>

Viewing 15 replies - 1 through 15 (of 35 total)
  • The topic ‘Can't get header logo to get even with left side of page’ is closed to new replies.