Try looking in header.php.
Thanks, esmi. What part of the header.php code should I be looking at?
I have never used the Vigilance them, so I’m afraid I cannot be any more specific without seeing the code.
[Code moderated as per the Forum Rules. Please use the pastebin]
The relevant lines in the code are right at the end of the file:
<?php if (is_file(STYLESHEETPATH . '/header-banner.php' )) include(STYLESHEETPATH . '/header-banner.php' ); else include(TEMPLATEPATH . '/header-banner.php' ); ?>
You could try moving them to just below </div><!--end description--> but you’ll almost certainly need to edit the theme’s stylesheet as well.
Cool. Thanks. When you say that I need to edit the stylesheet, will the changes be the same when I click on the CSS file?
I’m afraid that’s impossible for me to determine without seeing the final site.
Thanks, esmi. The code that you pasted earlier worked.