Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    yes you can leave the navCatTabs info where it is and create another statement below those addressing the div and manage just the padding in that statement or you can duplicate the statements for just the navCatTabs and remove it from the above statements.

    I would also remove the #navCatTabsWrapper statement you added near the top of the stylesheet in the "a" links section and do it more like this:
    Code:
    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    	text-decoration: none;
    	padding: 0em 2em;
    	margin: 0;
    	color: #3300ff;
    	white-space: nowrap;
    	}
    
    #navCatTabs ul li a {
            padding: 0 6em;
            }
    Because it is below the previous statement it takes precidence over the padding and you don't have to duplicate the rest of the stuff and end up with a larger stylesheet than you need.
    Last edited by barco57; 31 Dec 2007 at 05:28 AM. Reason: clarification
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #22
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    YOU my man are a genius!!!

    Can you send me in the right direction for making a sidebox for articles, and how to make separate pages for each article?
    I like the idea of replacing my site with this one, but need to have those articles, and a page for relevant links.

    Thanks

    Oh, love the wife's site.
    Last edited by daneh; 31 Dec 2007 at 05:39 AM. Reason: Insert last sentence

  3. #23
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    You can use ez-pages for the articles. There is an ez-pages sidebox (header title is important links) which can be renamed and styled for your purpose. Each article gets its own ez-page. PM me anytime.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #24
    Join Date
    Feb 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    None of this seems to work for me. I added all the codes but my EZ pages are still all lumped together.

    Any suggestions guys? I just want each ez page entry on the side box to be spaced apart so it's easier to read.

    Thanks.

  5. #25
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    Do you have a url to look at?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #26
    Join Date
    Feb 2009
    Location
    England
    Posts
    25
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    Quote Originally Posted by kobra View Post
    For your ez page spacing add this to your stylesheet and adjust as you want
    Code:
    #navCatTabsWrapper ul a:link {
            padding: 0em 0em 0em 10em;
            }
    Hi, I've spent hours trying to find out how to add space between the links in the ez-pages header. I thought I was on to something here but I can't get it to work. Could I have put the above code in the wrong place? I changed all the '0em' to '10em' but nothing happened

    Thanks

  7. #27
    Join Date
    Nov 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    Hi there can you tell me if someone told you how to do the spacing between your header links as on my site www.dhfequine.co.uk/shop the spacing is too large and I would like to decrease it but can not remember how to do it?

    Quote Originally Posted by daneh View Post
    Been working on my cart for a few days now. A little confusing at first, but I am beginning to grasp the where's and how to make changes. I have searched and searched but haven't found an answer to this question. I even did a google to see how to add a HR to my CSS, but when I add what I believe is the right code, my left categories sidebox lengthens considerably. I am brand new to CSS, so I am sure I added the wrong code. I have since ditched the code I added.

    My goal is to add a horizontal line below the EZ pages links. I think it would look better to have a little separation between the EZ pages and the main content.

    Here is my current page: http://mistkits.com/cart

    Can someone give me a push in the right direction?

    I am also open to other suggestions.

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

    Default Re: Adding a horizontal line below header

    Quote Originally Posted by dhfequine
    to do the spacing between your header links as on my site... the spacing is too large
    Find this in your stylesheet and adjust the highlighted to suit
    Code:
    #navMain ul li a {
    	text-decoration: none;
    	padding: 0em 5em;
    	margin: 0;
    	color: #777777;
    	white-space: nowrap;
    	}
    Zen-Venom Get Bitten

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Adding Telephone Number To Header An Line up
    By tobinuk in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2012, 06:31 PM
  2. adding horizontal line between products in listing
    By guybarles in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Aug 2009, 06:51 PM
  3. 1 px horizontal line in my footer??
    By mepeet in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Dec 2008, 03:27 PM
  4. 1 px horizontal line in my footer??
    By mepeet in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Dec 2008, 02:48 AM
  5. Adding a Table Below Header
    By cartdiscounts in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 May 2007, 04:06 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