Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default How to center banner on top?

    Hey, my website is http://www.modchipcentral.com/catalog/

    I made a banner on the top but can't get it centred. Been searching this forum like crazyfor the past few hours and still can't figure it out...

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

    Default Re: How to center banner on top?

    From your view source:
    Code:
    <div id="bannerTwo" class="banners"><img src="images/logo.gif" alt="logo" title=" logo " width="468" height="60"
    I suggest that you back out the banner that you have enabled first.

    then place this image in this folder:
    includes/templates/sophybluegr/images/logo.gif
    and let zen Cart place the image in a normal way.

    Then to center this edit the includes/templates/sophybluegr/css/stylesheet.css file and find this:
    Code:
    #logo {
        float: left;
        padding-top: 17px;
        padding-left: 18px;
        }
    Change to this:
    Code:
    #logo {
    	margin: 0em;
    	text-align: center;
    	padding-top: 0px;
    	}
    See if this gets you what you want
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: How to center banner on top?

    Hey, that moved it comletely to the top. I wanted it in that empty rectangle box. But at least it looks better. Let me know if you can help with that.

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

    Default Re: How to center banner on top?

    Well it is now loading an image from template_default/images and this is not where I suddested tha you place this.

    But it is in the correct div and this should be in the box that you referred to. Would have to see your code etc to determine what is going on. Have you attempted to edit any code?
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: How to center banner on top?

    Well, I don't know what to edit to make it go int hat rectangle. How would I go about showing you the code? Heh, sorry for the questions. First site I made and its going well. It's pretty much done except for that banner...

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

    Default Re: How to center banner on top?

    Quote Originally Posted by myself
    Have you attempted to edit any code?
    Need to know what you might have edited if anything as your logo is being rendered outside of the standard headerWrapper
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: How to center banner on top?

    oh ok. i already forgot since i edited a bunch to get the site like that. Which file would have thecode that puts the banner in that position? I have all the original files so i could upload that original back...

  8. #8
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: How to center banner on top?

    OK, so I got that part fixed, changed what you said and it still is not in the center.

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

    Default Re: How to center banner on top?

    Well now that it is in the correct place in the code add/alter this:
    Code:
    #logo {
    	margin: 0em;
    	text-align: center;
    	padding-top: 30px;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Delete center top "Home" banner
    By MrBafner in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Jan 2011, 01:28 PM
  2. How to remove top banner and add links to top?
    By Punkristo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jun 2010, 07:21 PM
  3. How to center sidebox banner image?
    By ak6000 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 May 2010, 11:18 PM
  4. How do I center my logo banner
    By jld in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Oct 2008, 01:22 PM
  5. Replies: 3
    Last Post: 27 Jan 2008, 02:20 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR