MyBB Community Forums

Full Version: reduce the space between subforums listings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
as seen in the attached photo.

[attachment=25125]
Shemo:

That is really dependent on your theme. Maybe give us a little more info, a working link, etc.
are you using a plugin for subforums showing in columns ...
(2011-12-25, 07:43 AM)HermXIV Wrote: [ -> ]Shemo:

That is really dependent on your theme. Maybe give us a little more info, a working link, etc.

I'm using the mycleanred theme.

Here's a live link to the site:
http://damnfineshave.com/forum-shave-of-the-day

you'll see the subforums at the very top.

(2011-12-25, 07:48 AM)ranjani Wrote: [ -> ]are you using a plugin for subforums showing in columns ...

not that I'm aware of.
below code in global.css is responsible for it
.forumbit_subforos li {
    float: left;
    width: 180px;
}
(2011-12-25, 07:56 AM)ranjani Wrote: [ -> ]below code in global.css is responsible for it
.forumbit_subforos li {
    float: left;
    width: 180px;
}

perfect, that was it. got it fixed up now. thanks a bunch!
Looks alright to me, Shemo. I see them sitting on the left like they should be.
(2011-12-25, 08:06 AM)HermXIV Wrote: [ -> ]Looks alright to me, Shemo. I see them sitting on the left like they should be.

that wasn't the issue. the issue was the amount of space between the two subforums, which has now been fixed.