Results 1 to 10 of 12

Hybrid View

  1. #1
    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

  2. #2
    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

  3. #3
    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

  4. #4
    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

  5. #5
    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

 

 

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