Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    2
    Plugin Contributions
    0

    Default Centering Header image

    Hello all,

    i've tried to center the header_bg image with no luck.
    Here is a link to the cart, I made the header_bg the color red so that you are able to see that the image does not center with the body (area where the products are listed)

    http://www.thelocation.net/WestTexas...e=products_all


    Thanks for your help.

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

    Default Re: Centering Header image

    You should have left the original image???

    But the red image is 763px wide and the main wrapper is 736px wide??
    Code:
    #mainWrapper {
        background-color: #ffffff;
        text-align: left;
        width: 736px;
        vertical-align: top;
        }
    #logoWrapper {
        width:763px;
        height:256px;
        background-image:url(../images/header_bg.jpg);
        background-repeat:no-repeat;
        text-align: center;
        }
    If you want it to extend beyond the main width look at this site source and use the same scheme.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. centering header image with tpl_header.php
    By praiseandplay in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 23 Jan 2010, 04:29 AM
  2. Centering Header Image
    By Mailyfesux in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jul 2009, 04:42 AM
  3. Centering a header image and removing the white border below it
    By marrzo in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Jun 2009, 10:24 PM
  4. Centering the header image?
    By deanparkr in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Feb 2009, 11:01 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