Thread: logo.gif

Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default logo.gif

    The logo.gif is left aligned, how do I center I it?
    Thank you

  2. #2
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: logo.gif

    without a link to your site to make sure no alterations have been made I can suggest how this would be done in the classic template.

    In your stylesheet.css file

    find:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    remove #logo so it looks like this:
    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float: left;
    	}
    then add:
    Code:
    #logo {text-align:center;}
    hope this helps!

  3. #3
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: logo.gif


  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: logo.gif

    Remove the float: left rule

    Code:
    #logo {
    	float:left;
    	padding-left:15px;
    	text-align:center;
    }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: logo.gif

    Thank you

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: logo.gif

    You might consider bringing this together by adding a background color to that rule

    Adjust color to suit
    Code:
    #logo {
    	background:#84A4C1;
    	padding-left:15px;
    	text-align:center;
    }
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. HELP!!!!!....Need to center My logo hench logo.gif on my main page
    By Robert Cooper in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jul 2013, 01:33 PM
  2. Icon.gif and Logo.gif
    By patwithds in forum General Questions
    Replies: 5
    Last Post: 27 Aug 2009, 05:48 PM
  3. Logo.gif
    By Darkwander in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 26 Jul 2007, 04:12 AM
  4. Logo.gif to logo.png
    By beatnik in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 17 Aug 2006, 02:05 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR