Announcement

Collapse
No announcement yet.

Resizing a header

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Resizing a header

    Hi all,

    I've been working on an Actinic theme (Silver) and have inserted my own header however, the header is to long for the theme and is not centred on the website when previewed, is there a way to rearrange this so that it is centred on the page?

    Thanks

    #2
    Simplest is to resize your header, but difficult without seeing it. Is it online?

    Comment


      #3
      No, sorry it's not online yet, The size of the header is 800x200px, I can resize it but it probably won't be centred still. When I preview the store the website loads fine but the header is in the top left of the screen and I'm not sure why

      Comment


        #4
        Where did you put the header code in relation to the rest of the page?
        Did you place it in teh outer layout? If so post the piece of code for the header.

        Comment


          #5
          Sorry I'm a complete novice when it comes to coding, here is what is displayed in the code section of the design view :

          <actinic:variable name="CompanyLogoImage" /><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
          <html>
          <head>
          <title><actinic:variable name="PageTitle" /></title>

          <actinic:variable name="BaseHref" />

          <actinic:variable name="MetaTags" />

          <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>

          <link href="actinic.css" rel="stylesheet" type="text/css">

          <style type="text/css">
          body {
          background-color: <actinic:variable name="Palette3" />;
          }
          </style>

          <actinic:variable name="JavaScriptFunctions" />


          I added the header in by going into Design and changing the image of the header, I've also tried adding it in by right clicking in the header area and adding actinic content headerimage or something like that?

          Thanks

          Comment

          Working...
          X