Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    montana
    Posts
    40
    Plugin Contributions
    0

    Default need help with navMainWrapper, #navSuppWrapper, #navCatTabsWrapper, and navColumn

    ok, another newbie here, but on my site http://outpostmontana.com/
    I need help with columns I want the image to go all the way up, and also how do I put the catagories names in the same space as
    home and log in.

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

    Default Re: need help with navMainWrapper, #navSuppWrapper, #navCatTabsWrapper, and navColumn

    The sidebar edge images do go all the way up to the bottom of the header. If you want the horizontal and vertical strips to meet, you need to put the horizontal one at the bottom of the header.

    To move the categories-tabs up next to the header nav, you will need to edit tpl_header.php some more and remove any <br /> tags between them, and then edit your stylesheet for #navMainWrapper and #navCatTabsWrapper. You might try
    Code:
    #navCatTabsWrapper {
    	float: right;
    	}
    	
    #navMainWrapper {
    	float: left;
    	}
    THis is just my first thought on this, and it may take something else to work right.

  3. #3
    Join Date
    Sep 2007
    Location
    montana
    Posts
    40
    Plugin Contributions
    0

    Default Re: need help with navMainWrapper, #navSuppWrapper, #navCatTabsWrapper, and navColumn

    Thank you I will try that, are there any other suggestions that you may have, Like I said I am new at this css, shopping cart, I do know a lot about html, but css and .php is all new and greek.

    Thanks again
    vicky

 

 

Similar Threads

  1. Weirdness with #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper
    By SeánT in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Oct 2010, 10:09 AM
  2. Need detailed help with comparing and merging override files with winmerg
    By AirsoftOutfitter in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 31 Aug 2010, 07:52 AM
  3. Looking to replace #navmainwrapper with image links and searchbar
    By dvasdekis in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 7 Jul 2007, 12:09 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