Thread: Center Logo

Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Location
    Exeter, New Hampshire, USA
    Posts
    15
    Plugin Contributions
    0

    Default Center Logo

    Hi,
    I'm using v1.3.9h and I have made a banner to use for the logo on the home page of my store.
    http://www.competitionmotorsltd.com/....php?main_page=
    As you can see the contents at the center of the page are all jammed up at the top. I followed the instructions on the tutorial to modify the style sheet.
    https://www.zen-cart.com/tutorials/i...hp?article=125
    Using text-align: center to center tha banner on the page. If I leave the banner float: left or right this doesn't happen. What am I missing here?
    Thanks,

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Center Logo

    you need to edit this:

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:0px;
    }

    to this:

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:110px;
    }
    Last edited by bobdog; 26 Oct 2011 at 02:15 AM.

  3. #3
    Join Date
    Jul 2007
    Location
    Exeter, New Hampshire, USA
    Posts
    15
    Plugin Contributions
    0

    Default Re: Center Logo

    Thanks BobDog that did the trick

 

 

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. v139h Center center logo in header
    By brush4hire in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 May 2012, 01:44 PM
  3. Center Logo In sidebox, trust logo ?
    By [email protected] in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Feb 2007, 05:35 PM
  4. Center logo in IE
    By melm81 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Feb 2007, 05:41 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