Results 1 to 4 of 4
  1. #1

    Default Centering Header Logo

    I am trying to center the header logo. My site is http://www.musclewithoutsupplements.com/zencart

    I am using version 1.3.0.2

    I have looked up how to do this and I have found that I am even more confused than when I started. I saw people recommending to make the changes in tpl_header.php and they showed changes to <td> tags, but I didn't see any <td> tags in the document. Your help is appreciated.

  2. #2

    Default Re: Centering Header Logo

    This is a great tutorial here.
    Attempting upgrade and hoping for the best
    www.dogfusion.com

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

    Default Re: Centering Header Logo

    I saw people recommending to make the changes in tpl_header.php and they showed changes to <td> tags, but I didn't see any <td> tags in the document.
    Beginning with 1.3.x and a template based on the single stylesheet.css of the template_default fileset; there are very few TD tags and have been replaced mostly with DIV's.

    To center the logo: In your stylesheet.css file locate the #logo and separate it into it's own entry. Find this:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    Pull #logo out into a separate entry like:
    Code:
    #logo {
            text-align: center;
            }
     
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
            float: left 
            }
    Zen-Venom Get Bitten

  4. #4

    Default Re: Centering Header Logo

    Worked perfectly. Thanks!

 

 

Similar Threads

  1. Centering header logo and text Checked FAQ
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 31 Jul 2008, 12:49 AM
  2. Centering the header logo
    By Malcs in forum General Questions
    Replies: 1
    Last Post: 3 Oct 2007, 06:13 AM
  3. Problem with centering the header logo
    By pembroke in forum General Questions
    Replies: 9
    Last Post: 12 Jul 2007, 02:05 PM
  4. Help centering logo. No gap between the logo and text!
    By toxicgtr in forum General Questions
    Replies: 4
    Last Post: 7 Jan 2007, 01:24 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