Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: padding between cells in the home page

    That would be the place. There are any number of ways to adjust the calculation - any way that works for your situation is fine.

  2. #12
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    Thank you both.
    I'll play with it.

  3. #13
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    I tried reducing the width, and added padding (CSS), but the two cells (columns) stay attached, the padding appears to see the two cells as one.

    the right border of left column sticks to the left border of the right column!

    What part of the code controls the table padding?

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

    Default Re: padding between cells in the home page

    I still see the width at 49% - - not enough space for margins or padding

    Try
    Code:
    $col_width = floor(100/$num_categories) -10;
    Zen-Venom Get Bitten

  5. #15
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    I turned it back to that value, after I tried both

    $col_width = floor(100/$num_categories) -10;
    and
    $col_width = floor(80/$num_categories);

    I'll put it up again with the
    .categoryListBoxContents {
    border: 1px solid #000;
    padding: 5px;
    }
    so you can check.

    Give me 2 minutes please.

  6. #16
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    I'm trying it on another install with 4 categories, and while the columns stick together, the rows are parted fine.
    Here is the other install afz design

  7. #17
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    Going home now, will be back jan 3/4.

    Meanwhile best wishes for 2011 to all.

  8. #18
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    I'm back ... still need help.

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

    Default Re: padding between cells in the home page

    You have no horizontal margins for .categoryListBoxContents. Add to the bottom of your stylesheet

    .categoryListBoxContents {
    margin: 1em 0.9em;
    }

  10. #20
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: padding between cells in the home page

    Thank you for the prompt reply.
    I had tried that using px, maybe I mistyped, I'll try again, and let you know.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 Blank space between images on the home page?
    By sothonod in forum General Questions
    Replies: 14
    Last Post: 28 Jun 2013, 03:36 PM
  2. Padding between EZ page menu items
    By tsheridan in forum General Questions
    Replies: 4
    Last Post: 14 Dec 2011, 02:04 AM
  3. Change padding around home page Category icons/thumbs
    By habsolutely in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Sep 2011, 07:23 PM
  4. padding between image and text on products page
    By wotnow in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2010, 12:15 PM
  5. Reduce the padding between center box and sideboxes
    By JimmyV in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Mar 2008, 06:11 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