Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Default adding space or gap between sideboxes ??

    I have done a search before posting this question.

    I am using version 1.3.0.1

    I have copied the stylesheet of defualt_template to the classic, and started from there.

    I have been editing IDs & Classes of the stylesheet, I was able to modify almost everything I wanted.

    my problem is that the footer of sideboxes is attched to the header of the next sidebox header.

    Q1. I wasn't able to add / increase spaces between sideboxes ( vertically ).


    I have tried inceasing padding: 20px to .leftBoxHeading but no luck.

    any one know how to do it?

    Q2. Not all IDs & Classes included in the defult_template stylesheet.css, some classes need to be added!! am I right?

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

    Default Re: adding space or gap between sideboxes ??

    You are correct there are some that you may want to add.

    The spacing between the left boxes is in this piece of code, and you might have to add this for the right side.
    Code:
    .leftBoxContainer {
    	border: 1px solid #ffffff;
    	margin-top: 1.5em;
    	}
    Change the margin-top: value
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Default Re: adding space or gap between sideboxes ??

    Kobra, thanks for your attention.

    I have tried this, but still no luck!!, I still have no gaps between sidebox footers and next headers!!, I am expecting to see a white gap (it is my backgroup color)

    .leftBoxContainer {
    border: 1px solid #ffffff;
    margin-top: 3em;
    }

    and tried also 5em, but no affect at all!!

    but I noticed one thing, I am using FireFox + developer tool -> display ID and Classes, I can't see this class at all .leftBoxContainer


    what do you think? am I missing something?

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

    Default Re: adding space or gap between sideboxes ??

    You mentioned you "have copied the stylesheet of defualt_template to the classic."
    If you have really done that, you are in for some big problems.

    Template_default and Classic are two very different animals, and their stylesheets will not work together. There are classes and id's defined in the default stylesheet.css which are not called for by Classic, so they will never be applied; and there are classes and id's called by Classic that are not defined in stylesheet.css. Those are defined in Classic's stylesheet_new.css and stylesheet_original.css, which would be loaded after stylesheet.css if they are all in the same directory and overrule it if they disagree.

  5. #5
    Join Date
    May 2006
    Posts
    64
    Plugin Contributions
    3

    Default Re: adding space or gap between sideboxes ??

    yes I have copied the css of default_template, but
    That was a recommanded by many, and I think it is in the FAQ

    any ways, let me assume that doing this is not the right thing to do,
    I have used the classic template as it is, with its new & original & print css

    and I can see gaps between sideboxes vertically by default, but there is no such class (.leftBoxContainter) in both stylesheet_new & stylesheet_original!!

    I have added the class to both at the end and changed it margin value, that has no effect, and has not increased the existing gaps!!

    any one know how to increase this gap?
    Last edited by yabora; 9 Jun 2006 at 10:26 AM. Reason: spelling

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

    Default Re: adding space or gap between sideboxes ??

    yes I have copied the css of default_template, but
    That was a recommanded by many, and I think it is in the FAQ

    any ways, let me assume that doing this is not the right thing to do,
    I have used the classic template as it is, with its new & original & print css
    Copied the template_default css to where?? It is recommended by many that you setup a 'custom' template based on this NOT use it for the classic template.

    If you want to get things corrected without creating several other problems make your own template.

    The classic was included to assist current users an easier upgrade path and does not really lend itself to customization as it is a combination of types as you have discovered by adding items to both css fles with no joy.

    Convert to a custom template then things will be gin to sort out.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Gap between sideboxes
    By direwolf in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jul 2009, 06:57 PM
  2. increasing space / gap between products on product listing page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jun 2009, 10:49 AM
  3. Adding a gap between the product
    By cjkeegan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Mar 2008, 12:48 PM
  4. space between sideboxes disappeared
    By jenpen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2008, 06:08 AM
  5. Adding a little space between links in the sideboxes
    By daneh in forum Basic Configuration
    Replies: 2
    Last Post: 1 Jan 2008, 06:09 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