Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 16

BulliesofNCCurtisOdenTorbjornericgilletteesttc74422 +9 guests

Changing the width between different discussions

This discussion is related to the Rounder addon.

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?

Comments

  • Posts: 599

    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

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • Posts: 4

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

  • Posts: 599 Accepted Answer 1 like

    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

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • Posts: 4

    Thanks, that's brilliant!!!

  • Posts: 599

    You r welcome :)

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

Sign In or Register to comment.