Site Stats Box

I know this has been posted about before but I cannot find the post.

Is there a way to add "word wrap" to the site stats box to prevent this,

 

I know I can move to the middle, but that what a waste of space, or widen the column; but doing that affects the outline too much.

site-stats-word-wrap.png · 93.1K · 464 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jan 2013

in index.css

    .siteStatUnit
    {
        float: left;
        width: 50%;
        text-transform:lowercase;
        height: 25px;
        line-height: 25px;
    }
try it with
widthauto;


sst.JPG · 7.1K · 505 views
Quote · 15 Jan 2013

Thanks, I guess that will have to do for now.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jan 2013

 

I know this has been posted about before but I cannot find the post.

Is there a way to add "word wrap" to the site stats box to prevent this,

 

I know I can move to the middle, but that what a waste of space, or widen the column; but doing that affects the outline too much.

 
Look closely. It is wrapping. 0 feedback posts. The word posts of wrapping to the next line.

So adding word wrap is not actually what you want to do is it?

You either want to prevent it, or allow the height to adjust so the second line will push the one below it down.


https://www.deanbassett.com
Quote · 15 Jan 2013

 

Look closely. It is wrapping. 0 feedback posts. The word posts of wrapping to the next line.

So adding word wrap is not actually what you want to do is it?

 LOL, I said word wrap because that is what I use in Notepad..

I'm not a template, css, layout pro.

I see in the index.css, there are some height's, I'll go mess with those and see what happens.

Thanks again guys.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jan 2013

I changed this line

line-height: 25px;

line-height: 35px;

site-stats-word-wrap2.png · 181.1K · 483 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 Jan 2013

 

I changed this line

line-height: 25px;

line-height: 35px;

 
Actually i think this will work better. Because that extra posts line is suppose to be under the feedback line, not under the blog line.

.siteStatUnit {
    floatleft;
    height25px;
    line-height25px;
    padding-bottom8px;
    text-transformlowercase;
    width50%;
}

Take out both line-height and height and add padding-bottom.

This is what you should have,

.siteStatUnit {
    floatleft;
    padding-bottom8px;
    text-transformlowercase;
    width50%;
}


https://www.deanbassett.com
Quote · 16 Jan 2013

As usual that is the perfect fix, now to apply on all sites.

 

Shouldn't this be something Boonex would change?

site-stats-word-wrap3.png · 141.5K · 455 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 16 Jan 2013

Why not just take out the word 'posts' then it would line up as well.

There are none so blind as those that will not see.
Quote · 16 Jan 2013

http://www.boonex.com/trac/dolphin/ticket/3009

Rules → http://www.boonex.com/terms
Quote · 16 Jan 2013

The fix in the ticket i some how expected that was the fix boonex would choose to use. Which i actually prefer.


https://www.deanbassett.com
Quote · 16 Jan 2013

 

The fix in the ticket i some how expected that was the fix boonex would choose to use. Which i actually prefer.


 I like yours.. lol

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 16 Jan 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.