MyBB Community Forums

Full Version: Remove the post counters?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
As a tip for those trying the last modification, you might want to adjust the width or else you'll have that bar stretching across the whole thing which may look a bit ugly.
how would i go about doing that ?
(2008-09-08, 07:56 PM)PwnEm Wrote: [ -> ]As a tip for those trying the last modification, you might want to adjust the width or else you'll have that bar stretching across the whole thing which may look a bit ugly.
Yeah, I forgot to tell him that. Toungue

(2008-09-08, 09:00 PM)KiLLMasTer Wrote: [ -> ]how would i go about doing that ?
Start reading at the beginning of the thread and follow instructions.
(2008-09-08, 07:56 PM)PwnEm Wrote: [ -> ]As a tip for those trying the last modification, you might want to adjust the width or else you'll have that bar stretching across the whole thing which may look a bit ugly.

FireFoxWiz I was talking about this post how do i go about doing it?
Use your head and figure it out. We can't tell you how to do everything.

It's the CSS class that is posted on the first page.
WoW ok never mind
If you're talking about the bar stretching, I removed the second code and am only using the first.

But if I remember correctly I believe I added:

width: 45%;

to the CSS that FirefoxWiz mentioned.

So it would look like this:

.indextp {
    background: #EBEBEB;
    border: 1px solid #DBDBDB;
    width: 45%;
    padding: 3px;
    text-align: center;
    font-size: 9px;
}

Of course 45% is just an example. You may have to play around with that number to get something that works for you.
Pages: 1 2