Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2006
    Posts
    7
    Plugin Contributions
    0

    Default I really need help! Please!!

    Hi ~

    I'm an extreme newbie to zen cart & I'm trying to get my site set up. I have absolutely zero experience in CSS before 1 week ago & I've only gotten that experience by trial & error , so if you can help me, you'll have to speak to me like a child ;)

    I've got several issues on my main shoppe page & I just cannot figure out how to fix them. I'm using v1.3.6. Here's a screenshot:



    My 1st issue: I want to remove the 2 bars where I outlined with red rectangles at the top of the page. Honestly, I do not even know what these spots are called, so I'm having a difficult time even finding something to tinker with on the stylesheet.

    My 2nd issue: In the New Product section, the 1st & 3rd rows are perfect; however the 2nd & 4th rows keep leaving random gaps in those rows. Each time I hit refresh, the gaps move around on those rows. I'd also like to remove the 5th row.

    Can anyone help me in simple, newbie language? I've seen some possible fixes around for the 1st issue, but I can't figure out how to implement them because I don't understand all the lingo here or where to locate the files to make the changes.

    I sure hope I've given enough info for someone to give me some guidance, because I'm pulling my hair out here! Thanks in advance!!!

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

    Default Re: I really need help! Please!!

    Do you have a URL so we take a look for a better evaluation.

  3. #3
    Join Date
    Dec 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: I really need help! Please!!

    clydejones ~ you've got PM :)

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

    Default Re: I really need help! Please!!

    Thanks, I'll take a look and see if I can help.

    for your first question: (while not recommended) you can remove the top menu by going to your stylesheet.css and finding the following lines of code.
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #d7c99c;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    Now make the following changes: by breaking out the #navMainWrapper to its own declaration as follows:
    Code:
    #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #d7c99c;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    #navMainWrapper {
    display:none
    }
    I'll look at your site and get back to you here.

  5. #5
    Join Date
    Dec 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: I really need help! Please!!

    oh thanks ~ got that off the top ~ perfect!

 

 

Similar Threads

  1. I really need help
    By walshy155 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jul 2011, 06:23 PM
  2. please! really need some help with this!
    By ssbeats in forum General Questions
    Replies: 4
    Last Post: 29 Aug 2007, 05:38 PM
  3. I really need your help!! anyone please
    By urbnsoul in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Aug 2007, 06:59 PM
  4. PLEASE HELP really really stuck with shipping
    By wolf99 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Oct 2006, 08:38 PM
  5. I really need your help please.
    By personalisedpresent in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Oct 2006, 08:46 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