Thread: Centering Logo

Results 1 to 10 of 31

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Centering Logo

    Thanks! I finally just started over and got it to work. Still some minor tweaking and then the fun of uploading products. Maybe by this time next eyar I'll have it all set

    Andrea

  2. #2
    Join Date
    Dec 2005
    Posts
    42
    Plugin Contributions
    0

    Default Re: Centering Logo

    I'm going to keep working on this but it is puzzling me. My banner is centered in IE and Avant but not Firefox (which I use most). www.memories-forever.net/shopping

    fyi - you'll have to spell it out for me what I would need to do, LOL

    Diana

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Centering Logo

    Quote Originally Posted by babydi77
    I'm going to keep working on this but it is puzzling me. My banner is centered in IE and Avant but not Firefox (which I use most). www.memories-forever.net/shopping
    This CSS from your stylesheet
    #logo, {text-align: center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left
    }
    should read
    #logo {
    text-align: center;
    }

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left
    }
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Centering Logo

    This line in your stylesheet.css needs to be corrected:

    Code:
    #logo, {text-align: center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    
    	float: left
    
    	}
    Change it as follows:
    Code:
    
    #logo {text-align: center;}
    
     .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    
    	float: left
    
    	}

  5. #5
    Join Date
    Dec 2005
    Posts
    42
    Plugin Contributions
    0

    Default Re: Centering Logo

    OMGosh, LOL. Thank you! Both of you!

    Diana

 

 

Similar Threads

  1. v150 Centering Logo
    By AkashicLounge in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Aug 2012, 01:30 AM
  2. centering logo
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Sep 2011, 11:32 AM
  3. Centering Logo
    By stokeflyer in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Oct 2008, 03:09 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