Thread: Centering Logo

Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Centering Logo

    I have search for awhile through the forums, and tried everything that i could to get my logo to center. the logo im using now is incomplete height wise but that shouldnt matter.


    www.notoriousarc.com


    please have a look. i know its probably really easy but im really at a dead end here.


    thank you

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

    Default Re: Centering Logo

    In your stylesheet find #logo
    Add
    Code:
    text-align: center;
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Centering Logo

    im honestly a complete noob.



    here is the code.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }


    where would i put it in. ive tried several things. i really appreciate it


    did this and got no results.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    text-align: center;
    }
    Last edited by fw541c; 10 Aug 2010 at 05:46 AM.

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

    Default Re: Centering Logo

    Seperate out logo and remove float left

    This
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }
    To this:
    Code:
    #logo {
    text-align: center;
    }
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Centering Logo

    didnt fix the problem.

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

    Default Re: Centering Logo

    That is because you don't have a logo it's a banner at 1100px wide while your area is only 750px wide
    Resize it properly in a graphic editor
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Centering Logo

    can i not make the whole store template 1100?

    sorry for all these dumb question, but im really new and i thank you for the help.
    Last edited by fw541c; 10 Aug 2010 at 06:34 AM.

  8. #8
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Centering Logo

    nevermind. figured it out. Thank you for your help.


    Changed :


    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 1100px;
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }

 

 

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