Thread: Logo Problems

Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2008
    Posts
    13
    Plugin Contributions
    0

    Default Logo Problems

    Hi all, I know this subject has been done to death but I am really tearing my hair out
    after reading and trying every fix I can find, I just cannot get my header logo to center.
    I'm obviously doing something wrong and just cannot see it.
    Could someone please take a look at my stylesheet and tell me where I'm going wrong and end weeks of torment for me.
    Many thanks in advance
    Rich
    www.images2000.co.uk/catalog

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

    Default Re: Logo Problems

    Quote Originally Posted by stokeflyer View Post
    Hi all, I know this subject has been done to death but I am really tearing my hair out
    after reading and trying every fix I can find, I just cannot get my header logo to center.
    I'm obviously doing something wrong and just cannot see it.
    Could someone please take a look at my stylesheet and tell me where I'm going wrong and end weeks of torment for me.
    Many thanks in advance
    Rich
    www.images2000.co.uk/catalog
    Since your logo is a background image, you can try adding the highlighted portion of this declaration to your stylesheet.css
    (includes/templates/classic/css/stylesheet.css)

    #logoWrapper{
    background-image: url(../images/Logo.jpg);
    text-align:center;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    height:145px;
    }

  3. #3
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Logo Problems

    I am experiencing the same problem with trying to center my header. I have been searching and reading and trying all kinds of suggestions given in the forum but it does not work. I am waiting for this one last piece of "customisation" before changing permission (has to be done by my host apparently, as it wont take MY change), so that is why the red warning is still there. The site is here for now: http://creationcassel.com/store

    This is what i have:
    #logoWrapper {
    width:970px;
    height:278px;
    text-align:center;
    background-image:url(../images/PatSS_header_img.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    }

    Any other suggestion?

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

    Default Re: Logo Problems

    Quote Originally Posted by CaroleAs View Post
    I am experiencing the same problem with trying to center my header. I have been searching and reading and trying all kinds of suggestions given in the forum but it does not work. I am waiting for this one last piece of "customisation" before changing permission (has to be done by my host apparently, as it wont take MY change), so that is why the red warning is still there. The site is here for now: http://creationcassel.com/store

    This is what i have:
    #logoWrapper {
    width:970px;
    height:278px;
    text-align:center;
    background-image:url(../images/PatSS_header_img.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    }

    Any other suggestion?
    You should probably set the width of your site to the same width as you logoWrapper.

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    /*width: 750px;*/
    width: 970px;
    vertical-align: top;
    border: 1px solid #1884e9;
    }

  5. #5
    Join Date
    Feb 2009
    Posts
    895
    Plugin Contributions
    0

    Default Re: Logo Problems

    Thanks! That solved my problem! After so many hours of trying everything!!!

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

    Default Re: Logo Problems

    Quote Originally Posted by CaroleAs View Post
    Thanks! That solved my problem! After so many hours of trying everything!!!
    Glad it got sorted

  7. #7
    Join Date
    Sep 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Logo Problems

    Absolutly perfect, thankyou so much Clyde, I have been trying to achieve that for months.
    Rich

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

    Default Re: Logo Problems

    Quote Originally Posted by stokeflyer View Post
    Absolutly perfect, thankyou so much Clyde, I have been trying to achieve that for months.
    Rich
    Glad its working

 

 

Similar Threads

  1. Centering Store Logo Problems
    By jvalent in forum General Questions
    Replies: 5
    Last Post: 9 Feb 2009, 01:09 AM
  2. logo.gif problems
    By trappersam in forum Addon Templates
    Replies: 4
    Last Post: 7 Apr 2008, 11:02 AM
  3. Logo Problems in IE not Firefox?!?!
    By crankytech in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Jun 2007, 05:43 AM
  4. Logo Problems
    By richw in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2006, 09:30 AM
  5. Logo problems - please help
    By ryangsoton in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Jul 2006, 07:39 PM

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