Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2006
    Posts
    8
    Plugin Contributions
    0

    Default New to CSS and needing help with a few items

    I'm new to CSS and ZenCart and could use some help finding a few tidbits.

    I'm sure some of you have answered these questions several times over so I searched the threads and found answers to a lot of my questions but these still linger. I appreciate any help!

    My site is www.hellyhansentahoe.com/catalog but I've also included links to screenshots with arrows pointing to the specifics.

    1. I'd like to enlarge the header and body to match my logo. click here.
    2. How do I change those links? click here.
    3. That little piece of green just won't go away. I've looked through the stylesheets several times and can't find green left anywhere. Where is it coming from? click here.
    4. How do I change those links. click here.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New to CSS and needing help with a few items

    Questions 2 and 4:

    in your admin -> configuration - EZ-pages settings (set the first 2 options to 0)

    Question 3:

    These are sidebox declarations; in the style sheet look for sidebox, rightbox, leftbox.

    As for question 1, it would be much easier to answer a look at your site.

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New to CSS and needing help with a few items

    for question 1:

    in your stylesheet:


    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:200px;
    }

    Take out the highlighted portion:

    The width of you site is 850px, the image is 845px wide. no need to repeat the image.

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New to CSS and needing help with a few items

    You also have two stylesheets:

    stylesheet.css and stylesheet1.css

    as far as i could tell from looking at them they are identical.

    use one or the other but not both.

  5. #5
    Join Date
    Nov 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: New to CSS and needing help with a few items

    Clyde,

    Thanks for the prompt reply. I got 2,3,and 4. However, that code change didn't completely fix pesky #1. It extended the table in IE but not the top nav bar and it didn't do anything in Firefox. Stylesheets drive me batty!

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New to CSS and needing help with a few items

    You need to make the page the same width as the image:

    in your stylesheet.css find the following:

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 750px; change this to the width of your image
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }

  7. #7
    Join Date
    Nov 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: New to CSS and needing help with a few items

    YAY! Thank you :)

 

 

Similar Threads

  1. v151 Help With A Few Items on Site
    By Dlauth in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Jan 2014, 03:03 PM
  2. Brand New to ZenCart and Needing Help PLEASE...
    By PonyPartsExpress in forum General Questions
    Replies: 34
    Last Post: 11 Jun 2009, 09:27 PM
  3. New guy needing help
    By r1formetoo in forum General Questions
    Replies: 2
    Last Post: 17 Sep 2008, 07:50 PM
  4. Needing help with exporting items from zen to exel (csv format)
    By sandy2000ca in forum General Questions
    Replies: 7
    Last Post: 8 Jul 2008, 05:12 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