Sara
Registered Users
Post Count:5
 |
| 30 Jan 2012 09:00 PM |
|
- Active Social Version: 1.9.3
- DotNetNuke Version: 5.5.1
I started adding forums. I was just wondering if there is a setting adjustment to increase the space between forum rows. The forum line items are so tightly spaced.
Thanks for your help. |
|
|
|
|
Ben - DotNetNuke
DotNetNuke Staff
Post Count:1645
 |
| 31 Jan 2012 02:41 PM |
|
This would need to be accomplished by adding some css declarations. Something like this: .afsubgrid td {margin-top:10px;margin-bottom: 10px;} Add that to your skin.css or portal.css, then refresh the page. |
|
|
|
|
Sara
Registered Users
Post Count:5
 |
| 01 Feb 2012 10:39 PM |
|
Thanks Ben! |
|
|
|
|