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

    CSS help for nav top & bot

    Hi - I'm another newbie, I'm hitting a wall tonight in customizing my site. I have several things that I had working, and I've screwed something up. But I can't find how to fix it.

    1. Somehow on the top nav my search box is wrapping around and now under the Home link see here: http://chickenliteracy.com/zcart/

    2. Along the same lines and maybe related, on the bottom nave it is no longer centered.

    3. I liked the default border on the main content area, but now it's gone. Where do I find this?

    Thanks! This is a great group!

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

    Default Re: CSS help for nav top & bot

    Start by adjusting the container for the logo as your logo image is 156px high find this in your stylesheet at includes/templates/cl_store/css/stylesheet.css and edit the red element to this
    Code:
    #logoWrapper {
          background-image: url(../images/header_bg.jpg);
          background-color: #ffffff;
          height:156px;
          }
    and the bottom nav alignment:
    Code:
    #navMain ul, #navSupp ul, #navCatTabs ul {
    	margin: 0.5;
    	padding: 0.5em 0.5em;
    	list-style-type: none;
    	text-align: center;
    	line-height: 1.5em;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Help plz: sub-nav, RH nav & pricing
    By Poxicator in forum Basic Configuration
    Replies: 5
    Last Post: 21 Jan 2011, 11:50 PM
  2. Dreamweaver CSS designed Dropdown No-GO in top-nav?
    By Naregnemyes in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jul 2009, 04:21 AM
  3. Using a CSS Navigation Menu for the top NAV bar
    By spikeycactus in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Oct 2008, 10:59 AM
  4. top nav help..
    By mgdesmond13 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Jun 2008, 07:08 PM
  5. css style to ez pages nav top bar?
    By BekahRuth in forum Basic Configuration
    Replies: 1
    Last Post: 16 May 2008, 09:52 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