Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    1
    Plugin Contributions
    0

    Default Main header logo - position

    Hi All
    This site has been a tremendous help but I have not been able to figure out how to center my logo.

    www.monserfishusa.com

    Any help would be great.

    I tried to modify the position on the CSS Stylesheet but to no avail.

    Thanks for helping out.

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

    Default Re: Main header logo - position

    Quote Originally Posted by monsterfish View Post
    Hi All
    This site has been a tremendous help but I have not been able to figure out how to center my logo.

    www.monserfishusa.com

    Any help would be great.

    I tried to modify the position on the CSS Stylesheet but to no avail.

    Thanks for helping out.

    check this article in the Tutorials/FAQ section www.zen-cart.com/tutorials/index.php?article=125

  3. #3
    Join Date
    Dec 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Main header logo - position

    Hi Clyde;

    This is the info I have entered and logo still in same position.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    text-align: center;
    }

    { .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg

    {text-align: center;}

    #logo {text-align: center;}

    Thanks

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

    Default Re: Main header logo - position

    Quote Originally Posted by eh2112 View Post
    Hi Clyde;

    This is the info I have entered and logo still in same position.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    text-align: center;
    }

    { .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg

    {text-align: center;}

    #logo {text-align: center;}

    Thanks
    Since your logo is not being used as a logo but rather as a background image try the following:

    open you stylesheet.css
    find the following declaration and make the highlighted changes.

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

 

 

Similar Threads

  1. How do I change the position of header, main page and sideboxes
    By Tarukoru.fi in forum General Questions
    Replies: 6
    Last Post: 15 May 2012, 09:17 PM
  2. Header Logo on Main Page...
    By mouthtrick2009 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jan 2010, 07:33 PM
  3. Header Title change & Logo position
    By Ecable in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2009, 06:09 AM
  4. Header Logo display position
    By shingogm in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jan 2009, 07:22 AM
  5. main logo/header problem
    By dieselo4o in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Oct 2008, 11:18 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