Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Posts
    15
    Plugin Contributions
    0

    Default Help with template customization

    Can anyone tell me how to get the white box out from behind my banner? I want that area to look the same as the background.

    http://www.jesustogs.com/buttonshop/...php?main_page=

    Thanks.

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Help with template customization

    I'm not familiar with that template or the alterations that you did, but this seems to make a world of difference;

    In your stylesheet.css, find;
    Code:
    .header {background-image: url(http://www.jesustogs.com/buttonshop/zen-cart-v1.3.5-full-fileset-09042006/cart/includes/templates/sophyblue/images/bg.gif);
        height: 125px;
      background-repeat: repeat-x;
      padding: 15px;
    }
    Change it to;
    Code:
    .header {background-image: url(http://www.jesustogs.com/buttonshop/zen-cart-v1.3.5-full-fileset-09042006/cart/includes/templates/sophyblue/images/bg.gif);
        height: 125px;
      background-repeat: repeat-x;
      padding: 0;
    }
    Tip: Zen Cart allows for short URLs into the stylesheet;

    Example:
    url(http://www.jesustogs.com/buttonshop/...mages/bg.gif);
    =
    url(../images/bg.gif);

  3. #3
    Join Date
    Sep 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Help with template customization

    Perfect! Thank you so much! Now if I can figure out products and attribute stuff!

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Help with template customization

    You're welcome. However, I noticed some whitespace in IE(under your header image) and like before, I'm not familiar with that template. There are some validational errors, perhaps fixing those may straighten out the problem.

 

 

Similar Threads

  1. I'm such a newb, please help (template customization)
    By BobBobberson in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Feb 2009, 10:15 PM
  2. Trying to get started with template customization
    By theresajb in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 29 Aug 2008, 05:00 PM
  3. Help with customization
    By farrahscreations in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2008, 08:39 PM
  4. Help with customization?
    By DigitalGuard in forum General Questions
    Replies: 4
    Last Post: 22 Apr 2008, 08:13 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