Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Posts
    22
    Plugin Contributions
    0

    Default Removing navColumnOneWrapper?

    I am still a noob working my way through template-building. I managed to figure out header + footer. I tried my hand at making a left box column, but there's something that looks like:

    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
    <tr>
    <td id="navColumnOne" class="columnLeft" style="width: 0px">
    <div id="navColumnOneWrapper" style="width: 210px">


    I think this is pushing my Left column down an inch.

    How can I remove this and make my category box go back to where it should be?

    What it looks like in my Cart: http://baratowatches.com/index.php
    What it ideally should look like: http://www.baratowatches.com/test.html

    Thank you in advance for any replies!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removing navColumnOneWrapper?

    Did you make your left box column to try your hand at it, or because you thought you needed to build it from scratch? There are free mods to do everything you have there now without reinventing the wheel.

    You don't need to remove #navColumnOneWrapper, you just need to alter the styling for it and the boxes. However, I don't see at a quick glance any stiling that is causing the gap. Your duplicate files style.css and stylesheet.css are not helping.

  3. #3
    Join Date
    Jul 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: Removing navColumnOneWrapper?

    Thanks for the reply!

    I'm just confused because the column is being only moved down on the main index page. The other pages are fine. I turned off banners and other boxes, so I'm not sure what could be causing this.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removing navColumnOneWrapper?

    I still don't see any reason for the left column to have the gap at the top, but you do have a major HTML error in view source:
    Code:
    <base href="http://baratowatches.com/" />
    <link rel="canonical" href="http://baratowatches.com/" />
    
    <link rel="stylesheet" type="text/css" href="includes/templates/CUSTOM/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/CUSTOM/css/stylesheet_css_buttons.css" />
    
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/CUSTOM/css/print_stylesheet.css" />
    </head>
    
    <body id="indexHomeBody">
    
    <div id="mainWrapper">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Barato Trading Corp. - Watch Wholesaler</title>
    <link href="/oxo-ecommerce/Template css-xhtml/css/style.css" rel="stylesheet" type="text/css" />
    <link href="/oxo-ecommerce/Template css-xhtml/css/slideshow.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="/oxo-ecommerce/Template css-xhtml/js/jquery-1.3.2.js"></script>
    <script type="text/javascript" src="/oxo-ecommerce/Template css-xhtml/js/jquery.cycle.js"></script>
    
    <script type="text/javascript" src="/oxo-ecommerce/Template css-xhtml/js/jquery.functions.js"></script>
    <script src="/oxo-ecommerce/Template css-xhtml/js/cufon-yui.js" type="text/javascript"></script>
    <script src="/oxo-ecommerce/Template css-xhtml/js/Comfortaa_400.font.js" type="text/javascript"></script>
    <script type="text/javascript">
    			Cufon.replace('h1', { fontFamily: 'Comfortaa' });
    			Cufon.replace('h2', { fontFamily: 'Comfortaa' });
    			Cufon.replace('h3', { fontFamily: 'Comfortaa' });
    			Cufon.replace('h4', { fontFamily: 'Comfortaa' });
    		</script>
    <script type="text/javascript" src="assets/js/font-delicious.js"></script>
    <!--[if gte IE 9]>
    	<script type="text/javascript">
    		Cufon.set('engine', 'canvas');
    	</script>
    <![endif]-->
    </head>
    
    <body>
    <div id="Layout">
      <!-- BEGIN HEADER -->
    
      <div id="Top">
        <div id="Logo">
    You have inserted a second HTML document inside the original Zen Cart page, and that may be messing something up.

 

 

Similar Threads

  1. Replies: 22
    Last Post: 12 Jan 2015, 09:45 PM
  2. #navColumnOneWrapper Weirdness
    By limelites in forum General Questions
    Replies: 3
    Last Post: 8 Jun 2009, 08:59 PM
  3. Removing products without removing categories
    By stlnyc in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 24 Mar 2009, 10:59 AM
  4. deleting #navColumnOneWrapper, #navColumnTwoWrapper??
    By jaggers in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Nov 2007, 09:59 PM
  5. Contact text and image at bottom of navColumnOneWrapper
    By Three Sisters in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Dec 2006, 01:52 AM

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