Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2007
    Posts
    19
    Plugin Contributions
    0

    Default Side bar positioning

    I can't seem to scoot my side bars up past a certain point, I'm trying to stack everything with no space.

    When I use the FF CSS tool it doesn't give me anything with a padding or margin spec.

    please help

    www.arbonneaccessories.com/index.php

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

    Default Re: Side bar positioning

    Find this in your stylesheet and replace with what follows and adjust the highlighted value to suit
    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
    	margin-left: 0.5em;
    	margin-right: 0.5em;
    	}
    Replace with
    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
            margin: -1.5em 0.5em 0em 0.5em;	
            }

  3. #3
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Side bar positioning

    .leftBoxContainer, .rightBoxContainer { margin: 0em; margin-top: 1.5em; }
    Try adjusting this and see what happens.Tina

  4. #4
    Join Date
    Jul 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Side bar positioning

    Nice that did it, can I bother you guys with one more thing, there's a space in between the categories, search, new product.

    Thanks in advance

    Steve

  5. #5
    Join Date
    Sep 2008
    Location
    London UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Side bar positioning

    if meaning what i think then should be as posted by charmedbytina2

    what do you have for that css ??

    try changing to
    [code]
    margin: 0;[code]

  6. #6
    Join Date
    Sep 2008
    Location
    London UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Side bar positioning

    seems can't edit post afterwards ... (have to remember that in future)

    last part should have been
    try changing to
    Code:
    margin: 0;

  7. #7
    Join Date
    Jul 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Side bar positioning

    thanks i'll try it

 

 

Similar Threads

  1. Side bar images
    By mhakiwa in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Feb 2011, 04:44 PM
  2. Header Navigation Bar Positioning
    By jaredt112 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Feb 2010, 05:24 PM
  3. How to Add SSL Seal to Side Bar Under Side Boxes
    By jacdesigner in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Mar 2009, 08:54 AM
  4. IE6 positioning for my search bar/header?
    By sartor in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jan 2009, 09:30 AM
  5. Navigation bar... Left Side or Top Side?
    By dhermanus in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Oct 2006, 07:23 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