Results 1 to 5 of 5

Hybrid View

  1. #1

    Default Move logo down in header?

    I need to move my logo slightly down in header till it lines up with the visible line, how would i do that? the old logo (default one with template) line dup with th ebottom and i made mine the smae size but it insists on zooming to the top left corner lol

    link to my cart: www.optifact.com/zencart

    thanks in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Move logo down in header?

    In you templates stylesheet.css find and separate the following

    Find this:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    Change to this and adjust the value to suit:
    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    #logo {
            float: left;
            margin: 7em 0em 0em 0em;
            }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Move logo down in header?

    In your stylesheet:

    #logoWrapper {
    background-color: transparent;
    height:144px;
    }

    #tagline {
    color:#666666;
    font-size: 1.4em;
    text-align : right;
    vertical-align: middle;
    font-style: italic;
    padding-right: 10px;
    padding-top: 115px;
    }

    Change the height and padding-top highlighted in red. Your logo is only 64 px in height, css gives a height of 144 px. You will have to adjust the #tagline padding-top to align as well.

  4. #4
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Move logo down in header?

    Oh, Kobra posted the same time as me...I think he answered the question better if you want to keep the same 144 px height in the logo area.

  5. #5

    Default Re: Move logo down in header?

    thanks alot guys

 

 

Similar Threads

  1. Move Header Logo
    By DamienDLSkinSolution in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Jan 2009, 06:17 PM
  2. Template - Moving Header Buttons Down Below Logo
    By Mike123acc in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jan 2008, 02:10 PM
  3. Header Images move down in Firefox
    By mlo0919 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Nov 2006, 09:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg