Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Changing the width between different discussions

edited January 2012 in Vanilla 2.0 - 2.8

Hi, I love this theme, but can someone help me with changing the layout of it a tiny bit. When the list of discussions is displayed, I'd like the gap between them to be smaller than they are at the moment. Is there anyway of doing this?

Best Answer

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    on your custom.css which is in /themes/rounder/design/custom.css

    go to line 286 and change the code to

    ul.DataList li.Item {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 1px;
    padding: 4px 0;
    }

    note : i just changed to margin to reduce the space

    There was an error rendering this rich post.

Answers

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭

    you can do this using CSS. view your install in firefox and use firebug to look for the styling for that element and then change it to whatever you like - or post the link here and i will help you with it

    There was an error rendering this rich post.

  • I'd love the help. I tried using Firebug, but couldn't figure it out. The link is http://talknqt.co.uk.

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    on your custom.css which is in /themes/rounder/design/custom.css

    go to line 286 and change the code to

    ul.DataList li.Item {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 1px;
    padding: 4px 0;
    }

    note : i just changed to margin to reduce the space

    There was an error rendering this rich post.

  • Thanks, that's brilliant!!!

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭

    You r welcome :)

    There was an error rendering this rich post.

Sign In or Register to comment.