Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2007
    Location
    Rustenburg, South Africa
    Posts
    85
    Plugin Contributions
    0

    Default Space issue between left sideboxes and centerboxes

    How can I remove the space between the left sideboxes and the centerbox ???
    the url is http://www.cristaltech.co.za/mall
    I would appreciate a bit of help here.

    I already checked all the setting in the stylesheet, maybe I just overlook something,

  2. #2
    Join Date
    Apr 2007
    Location
    Rustenburg, South Africa
    Posts
    85
    Plugin Contributions
    0

    Default Re: Space issue between left sideboxes and centerboxes

    Is there anybody who can help me on this ???

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

    Default Re: Space issue between left sideboxes and centerboxes

    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
    }

    Separate out .centerColumn:

    .centerColumn {
    padding: 0em;
    }

  4. #4
    Join Date
    Apr 2007
    Location
    Rustenburg, South Africa
    Posts
    85
    Plugin Contributions
    0

    Default Re: Space issue between left sideboxes and centerboxes

    Glenn, I have replaced the above in the stylesheet but have no change. Any other suggestion ???

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

    Default Re: Space issue between left sideboxes and centerboxes

    This code works - I just tested it on your site again.

    On looking at your stylesheet, you copied my instruction as well as the code into it, so it is probably trying to affect
    "Separate out .centerColumn: .centerColumn" which doesn't exist.


    .centerColumn
    Code:
    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
    }
    
    Separate out .centerColumn:
    
    .centerColumn {
    padding: 0em;
    }
    Delete the instruction and leave only the code.
    Also, remove ".centerColumn," from the long list. There is no benefit to declaring it twice.

 

 

Similar Threads

  1. Space between left layout column and right content column
    By eazy in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Mar 2013, 02:16 AM
  2. Adjust Space Between Left Nav and Main Content
    By quixoticboi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Aug 2010, 08:10 PM
  3. Need space between sideboxes and main content
    By Wstar in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2008, 03:41 PM
  4. Remove Space between left side and middle part
    By vr4indian in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Nov 2006, 01:33 PM
  5. The space between the boxes in columns left and right?
    By Reesy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 May 2006, 06: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