Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2011
    Location
    USA
    Posts
    76
    Plugin Contributions
    0

    Default How To Change Spacing / Padding Inside Of Sidebox?

    I am using v 1.3.9h and I am installing the blank sidebox addon. I have the box installed and working except I can not figure out how to change the padding that is between the sidebox content (the text I have there) and the top/bottom of the sidebox itself.

    My site is http://www.moebow.com and the box I am working with is top left of screen titled "Author Quotes" . As you can see the box is much larger length wise then I need it to be, how do I get rid of that extra top and bottom space?

    All other sideboxes are perfect..

    Thank you so much..

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: How To Change Spacing / Padding Inside Of Sidebox

    You might be able to do it by adding this to your stylesheet.css:

    #blanksideboxContent {
    padding-top: XXpx;
    padding-bottom: XXpx;
    }

    Adjust the XX to taste.

  3. #3
    Join Date
    Dec 2011
    Location
    USA
    Posts
    76
    Plugin Contributions
    0

    Default Re: How To Change Spacing / Padding Inside Of Sidebox

    Thanks for replying. I tried your suggestion but it did not change anything.

  4. #4
    Join Date
    Dec 2011
    Location
    USA
    Posts
    76
    Plugin Contributions
    0

    Default Re: How To Change Spacing / Padding Inside Of Sidebox

    I fixed it, I had 2 extra <p> codes where I didn't need them in the sidebox template file.

  5. #5
    Join Date
    Feb 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: How To Change Spacing / Padding Inside Of Sidebox

    Quote Originally Posted by RescoCCC View Post
    You might be able to do it by adding this to your stylesheet.css:

    #blanksideboxContent {
    padding-top: XXpx;
    padding-bottom: XXpx;
    }

    Adjust the XX to taste.
    Old thread but may help someone. Thanks Resco. In my case I was just adding a widget and didn't have or use <p></p>. I still had excessive space at top and bottom. Was able to use your css rules and apply them to do the trick. Had to change padding to:

    Code:
    margin-top: -20px;
    margin-bottom: -20px;
    but your input pointed me in the right direction. Thanks again..........

 

 

Similar Threads

  1. Attribute Image Spacing Padding
    By Goldenis in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 15 Apr 2011, 12:47 AM
  2. Change padding on a single sidebox
    By MickeyDora in forum Basic Configuration
    Replies: 5
    Last Post: 30 Apr 2010, 04:43 AM
  3. Spacing or Padding issue top of Center Column
    By cinbou in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Mar 2010, 11:02 PM
  4. How do I change this padding?
    By diane22 in forum General Questions
    Replies: 4
    Last Post: 12 Dec 2008, 08:23 PM
  5. How do I change horizontal padding between images in a sidebox?
    By brimsjewelry in forum Addon Sideboxes
    Replies: 4
    Last Post: 24 Sep 2007, 06:38 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