inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 19, 2019 8:27:37 GMT -8
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
926
April 2006
purplescraps
|
Post by Beckea on Jun 19, 2019 10:00:11 GMT -8
Try this code: (copy and paste to stylesheet bottom of page)
/* space between categories */ .container.boards {margin-bottom:40px;}
The BOLD you can change it to enlarge or shrink the space.
Put this in your stylesheet. (scroll to the bottom to place it at the end.)
ADMIN > THEMES > ADV STYLES & CSS > STYLESHEET
|
|
#e61919
Support Manager
154778
0
1
May 26, 2023 15:29:11 GMT -8
Michael
19,304
May 2010
wiseowl
|
Post by Michael on Jun 19, 2019 10:02:42 GMT -8
Hi,
Yes this is possible.
You can target .o-board to select just the table rows for boards and modify them with CSS.
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 19, 2019 12:08:47 GMT -8
Ah, I don't mean between the categories themselves. I mean between the individual boards. BeckeaMichael I'm a bit lost on what you're suggestion is. I don't know where I am supposed to be looking for and modifying that.
|
|
#e61919
Support Staff
224482
0
1
May 26, 2023 18:57:00 GMT -8
Scott
21,145
August 2015
socalso
|
Post by Scott on Jun 19, 2019 12:31:17 GMT -8
notick , Try adding this to the bottom of your CSS for that theme and see if this is what you are trying to achieve: .boards table.list>tbody>tr>td { padding: 5px 10px 25px 10px; } Adjust the 25px to the desired spacing.
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 19, 2019 12:43:41 GMT -8
That has added more space, but I would like it to be similar to the gap between the categories. So there is a clear break between each board, almost like they're not connected, but not so much so that it looks the same size gap as the categories, so its discernible.
I am so sorry if I am making things more complicated that it should be.
|
|
#e61919
Support Staff
224482
0
1
May 26, 2023 18:57:00 GMT -8
Scott
21,145
August 2015
socalso
|
Post by Scott on Jun 19, 2019 13:07:57 GMT -8
notick , do you want the "space" to be like this? 
|
|
inherit
258521
0
May 26, 2019 11:36:30 GMT -8
notick
63
May 2019
notick
|
Post by notick on Jun 19, 2019 13:13:50 GMT -8
Yes please
|
|
#e61919
Support Staff
224482
0
1
May 26, 2023 18:57:00 GMT -8
Scott
21,145
August 2015
socalso
|
Post by Scott on Jun 19, 2019 13:55:17 GMT -8
notick , due to the fact that those board list containers are constructed with tables, adding the gap how you would like is not a simple code adjustment. If you really would like to pursue that I would recommend creating a thread in the Templates board requesting assistance.
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
926
April 2006
purplescraps
|
Post by Beckea on Jun 19, 2019 14:56:19 GMT -8
Ah, I don't mean between the categories themselves. I mean between the individual boards. Beckea Michael I'm a bit lost on what you're suggestion is. I don't know where I am supposed to be looking for and modifying that. Oops sorry hopefully you will find something that works for you.
|
|