Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Header Main Bar resizing

    Hello Everyone:
    I need to find out how to make the Header Main Bar bigger.
    I have a background image and a logo on top of it.
    Where do I find the file to do this or is it a CSS
    or is it header.php

    Also would like to know how to take off the New Products for October on a Catalog page (ie not a product page)


    any help would be great
    nomad
    Last edited by nomadrw; 3 Oct 2007 at 07:04 PM.

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

    Default Re: Header Main Bar resizing

    A url to what you are working on
    Zen-Venom Get Bitten

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

    Default Re: Header Main Bar resizing

    Not sure which you are referring to??? But if the navMain find this in your css
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #9a9a9a; /*color is a dark gray*/
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	width: 100%;
    	}
    Seperate the navMain and apply a height to it as you want something like:
    Code:
    #navMainWrapper {
    	margin: 0em;
    	background-color: #9a9a9a; /*color is a dark gray*/
    	font-weight: bold;
    	color: #ffffff;
    	height: 40px;
    	width: 100%;
    	}
    
    #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #9a9a9a; /*color is a dark gray*/
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	width: 100%;
    	}
    If other than this - provide additional detail
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Header Main Bar resizing

    Still not what I', looking for
    The background image needs to be bigger. The image is not showing the whole image.

    damon
    PS thanks so far Kobra

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

    Default Re: Header Main Bar resizing

    The background image needs to be bigger. The image is not showing the whole image.
    Check the height of your image and adjust the height to match
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Header Main Bar resizing

    I'm still not getting what I want.
    www.nightscaping.com/catalog

    this is what I have for my header.php
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Nightscaping Professional Outdoor Lighting Since 1959');
    define('HEADER_SALES_TEXT', 'Welcome to Nightscaping');
    define('HEADER_LOGO_WIDTH', '231px');
    define('HEADER_LOGO_HEIGHT', '90px');
    define('HEADER_LOGO_IMAGE', 'nightscaping_logo.gif');

    this is what I have on my css
    #navMainWrapper { /*made changes here ie seperated */
    margin: 0em;
    background-color: #9a9a9a; /*color is a dark gray*/
    font-weight: bold;
    color: #ffffff;
    height: 25px; If I make this bigger then the Nav. bars go though the backbround image and I don't want that. width: 100%;
    }

    #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #9a9a9a; /*color is a dark gray*/
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    width: 100%;

    my logo image is 261 x 90 points with 72 dpi
    my backgound image is 745X180 points with 72 dpi
    With the logo I want to be able to see some of the backgound image.

    thanks
    nomad

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

    Default Re: Header Main Bar resizing

    Trying to read your mind and not doing a fair job...You have been eluding to the navMain or I asked if this was what you meant and it appears not.

    Find this in your stylesheet and seperate out what I have highlightes in red
    Code:
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    So that you end up with something along this line and see if this is what you have been seeking
    Code:
    #logoWrapper {
    	margin: 0em;
    	padding: 0em;
            height: 180px;
            }
    #contentMainWrapper,  #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Header Main Bar resizing

    Kobra:
    That is it. Once again thank you.
    Your one of the best on this forum

    Should have tried that one.
    nomad

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

    Default Re: Header Main Bar resizing

    I need to find out how to make the Header Main Bar bigger.
    I have a background image and a logo on top of it.
    From your OP - was looking a the "BAR" and not the header/logo
    Zen-Venom Get Bitten

  10. #10
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Header Main Bar resizing

    Sorry about that Kobra. I should have explain it better.
    Intermediate/beginner tell and adv is somewhat hard.
    nomad

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v155 How do I edit the Header Main bar?
    By bscho in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 17 Jul 2016, 02:25 PM
  2. v139h Resizing Search bar in header
    By top hatt in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Aug 2012, 03:25 PM
  3. Header main bar?
    By david52 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Jun 2011, 01:20 PM
  4. IE Only: Main Navigation bar halfway through header.
    By okpgreg in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 05:32 PM
  5. Adding links to main header bar
    By JohnQ in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 May 2007, 03:07 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