Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Adding a horizontal line below header

    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;
            }
    Zen-Venom Get Bitten

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

    Default Re: Adding a horizontal line below header

    I tried the header.php. Couldn't get it to work. When I did this:
    [SCR]#logoWrapper {
    width:100%;
    height:110px;
    background-image:url(../images/header_bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    text-align:center;
    padding-top:5px;
    }
    [/SCR]
    it worked. Don't ask me why, it just did. Probably not the best way, but I tried the header.php file

  3. #13
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    I don't see that particular section in my CSS. Is it ok to just put it there? I have this:
    Code:
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }
    Should I modify what I have, or just add what you sent?

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

    Default Re: Adding a horizontal line below header

    I tried the header.php. Couldn't get it to work
    Quote Originally Posted by barco
    the image for the logo, which is called in the header.php file
    This does not say that header_bg is called there...read carefully

    The stylesheet as you found is correct for header_bg
    Zen-Venom Get Bitten

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

    Default Re: Adding a horizontal line below header

    Read carefully:
    Quote Originally Posted by KoBra
    For your ez page spacing add this to your stylesheet
    Zen-Venom Get Bitten

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

    Default Re: Adding a horizontal line below header

    Ok maybe I should read carefully.....you wrote "Currently, there is no way for them to get out of my shopping cart. " I think I see now you want the image clickable and for it to goto the HTML frontpage of your site instead of the default behavior of going to the index page of the cart. right?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #17
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    OK, I am feeling really stupid here. They must not be called the EZ pages links.
    Here is the page: http://mistkits.com/cart

    They are the * Complete Misting Kit * Misting Components * Gift Certificates
    links. Navbar maybe?

    Sorry

    Barco,
    You read correct. There is no direct way for them to leave my cart and go back to my website homepage. I have articles and such there, so I would like to give them a way back.
    Last edited by daneh; 31 Dec 2007 at 04:39 AM. Reason: added note to Barco

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

    Default Re: Adding a horizontal line below header

    That would be #navCatTabsWrapper and #navCatTabs in the stylesheet.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

    Default Re: Adding a horizontal line below header

    I looked at your main site and I would seriously consider rolling the main site into the cart and let it handle all of it. You could keep the look of the original site and would not have any session issues if people bounced back and forth between the html part and the store. You would be suprised by what can be done
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  10. #20
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Adding a horizontal line below header

    Barco,
    I actually thought of doing that, but to be honest, I really don't know how to make all those extra pages, links, etc. how to make a sidebox specifically for those articles.

    That was my very first website, and I had to learn a little CSS and HTML to do it. I obviously need more learning.

    Those links...are they the nav links? I found this:
    Code:
    #navMain ul, #navSupp ul, #navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
    }
    
    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: inline;
    }
    
    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #3300ff;
    white-space: nowrap;
    }
    I think I need to separate those #nav CatTabs out and redefine the padding, correct?

    Thanks again for the help....total noob here.

 

 
Page 2 of 3 FirstFirst 123 LastLast

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