Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t see the code you posted on your site, but to fix your problem, get a custom CSS plugin and put:

    img.header-image {
    float:right;
    }
    Thread Starter EMC2 Web Solutions

    (@ourolv)

    Thank you! Where do I paste it though? I activated the plug-in.

    Which plugin did you use? There should be a new option in your Dashboard named something like “Custom Code” or “Custom CSS”. It might be under the Appearance sub-menu. Clicking on that option will give you a textbox where you can paste that code.

    Thread Starter EMC2 Web Solutions

    (@ourolv)

    Thank you so very much! Worked like a charm! Any chance of offsetting it back to the left ever so slightly? It is lined right up flush with the navigation area lines, but a little too right of the navigation tab I want to line it up with.

    Thanks again!

    Try adding margin-right: 50px; to the code I posted:

    img.header-image {
    float:right;
    margin-right: 50px;
    }

    Play around with the value until it looks right to you.

    Thread Starter EMC2 Web Solutions

    (@ourolv)

    You all are so incredibly helpful! Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme 2012 Is it possible to move default header image from left to right of pg?’ is closed to new replies.