Thread: Center logo in

Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    32
    Plugin Contributions
    0

    Default Center logo in

    Zencart VS. 1.3.9.f
    I am using mostley Grey template; no add ons or upgrades other then Zen cart upgrades.

    I have tried following instructions on centering a header found in the forum but my codes in the template are different then the suggestions I have found. Can someone tell me what part of this code I would need to change to center a logo? Or if there is somewhere else I need adjust the logo.

    Thanks


    }
    #headerWrapper {
    }
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }
    #logoWrapper{
    background-image: url(../images/headerfinished.jpg);
    background-repeat: no-repeat;
    background-color: #444;
    height:390px;
    }

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

    Default Re: Center logo in

    A link to see this live

  3. #3
    Join Date
    Feb 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: Center logo in

    Hi,

    I've tried for a couple of days now to line up the logo.gif I have in my cart, Zen 1.3.9h. I just can seem to find anything in the forum to help.

    I would aslo like to add my website buttons above the entire cart.

    I'm using the zj_silver template.

    Any help would be appreciated.

    Cart;
    http://teslacorp-rd-inc.com/Zen

    Buttons I'd like to add at the top of cart from here;
    http://teslacorp-rd-inc.com

    Thanks

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Center logo in

    Hope this helps, I tested and works but someone with more knowledge may have better coding.

    This is for centering logo

    in your includes/templates/zj_silver/css/stylesheet.css file

    find:
    Code:
    #headerWrapper,#contentMainWrapper,#logoWrapper,#cartBoxListWrapper,#ezPageBoxList,#cartBoxListWrapper ul,#ezPageBoxList ul,#mainWrapper,#popupAdditionalImage,#popupImage{margin:0;padding:0;}
    #logoWrapper{background-image:url(../images/logo.gif);background-repeat:no-repeat;background-color:#fff;height:106px;line-height:106px;margin:auto;}
    #logo{line-height:106px;}
    and change to:

    Code:
    #headerWrapper,#contentMainWrapper,#cartBoxListWrapper,#ezPageBoxList,#cartBoxListWrapper ul,#ezPageBoxList ul,#mainWrapper,#popupAdditionalImage,#popupImage{margin:0;padding:0;}
    #logoWrapper{background-color:#fff;margin:auto;width:989px;height:106px;border-left:1px solid #9a9a9a;border-right:1px solid #9a9a9a;}
    #logo{line-height:106px;margin-left: 105px;}
    hope it helps!

  5. #5
    Join Date
    Feb 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: Center logo in

    Thanks a bunch rbarbour!

    No way I could have done this myself.

 

 

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