Results 1 to 8 of 8

Hybrid View

  1. #1

    Default Top Banner Ad Dimensions

    Hi Zenners,

    In the Zen-Cart tutorials it states:

    "Banner sizes are your choice as well. There are Internet standard sizes for consistency, but you can make them any size that you want and mix and match the sizes depending on your layout."

    But, it also states:"Wide Banners are designed to span the width of your page... "

    Which statement is correct?

    I want to add a banner to the right of my header logo. See here: http://67.20.94.65/

    As you can see my test banner (position 2) ends up under the logo and centered. I've created my banner graphic not to exceed the available width.

    Is the problem in the coding? Can I not accomplish this? I've tried all the header positions, I've tried moving the code around in the template file, but no such luck. The only way I've been able to get the banner where it's supposed to be is to delete my logo.

    Any help would be appreciated.

    Thanks!

    Kim

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Top Banner Ad Dimensions

    Not sure I understand - is the livelaughlove.gif image what you're asking about?

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Top Banner Ad Dimensions

    Quote Originally Posted by stevesh View Post
    Not sure I understand - is the livelaughlove.gif image what you're asking about?
    try adding the following to your stylesheet.css (includes/templates/custom/css/stylesheet.css)

    #bannerTwo {
    float:right;
    width:331px;
    }

  4. #4

    Default Re: Top Banner Ad Dimensions

    Hi Steve and Clyde,

    Yes, the Live, Laugh Love graphic will be a rotation of vinyl wall lettering examples, not actual banner ads.

    Thanks Clyde for the input. I added the code to the stylesheet and it sent the graphic to the right, but did not bring it up to the same level as the logo. Here's the link again to see what it currently looks like: http://67.20.94.65/

    Any other ideas?

    Kim

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Top Banner Ad Dimensions

    Quote Originally Posted by WriteAtHome View Post
    Hi Steve and Clyde,

    Yes, the Live, Laugh Love graphic will be a rotation of vinyl wall lettering examples, not actual banner ads.

    Thanks Clyde for the input. I added the code to the stylesheet and it sent the graphic to the right, but did not bring it up to the same level as the logo. Here's the link again to see what it currently looks like: http://67.20.94.65/

    Any other ideas?

    Kim
    try this. you can adjust the "right and top" to suit your needs.

    #bannerTwo {
    position:absolute;
    right:30px;
    top:50px;
    width:331px;
    }

  6. #6

    Default Re: Top Banner Ad Dimensions

    Clyde,

    The change you suggested worked!

    I also just found that if I moved the bannerTwo code above the logo code in tpl_header file, I achieved the same thing. But I very much like your suggestion better. Less code to screw up.

    Thank you!

    Kim

 

 

Similar Threads

  1. 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
  2. Change Top of store - where to add a banner to the top?
    By Courage9 in forum Basic Configuration
    Replies: 2
    Last Post: 15 May 2010, 04:32 AM
  3. Banner on top of top bar
    By bargincircus in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Feb 2010, 08:36 PM
  4. Help banner not wide enough & on top of zen cart banner!!!
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Oct 2008, 12:54 PM
  5. Editing banner dimensions
    By abhishek77 in forum General Questions
    Replies: 5
    Last Post: 14 May 2008, 09:28 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