QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Redirect Stats Help

Started by Skhilled, Jun 05, 2022, 09:39 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Skhilled

I could have sworn that there was a topic here about this somewhere but can't find it...

As shown in the image, you can see that the board stats for the redirect board does not fill all of the way around it and I forget how to fix that so that it looks like the others.

You cannot view this attachment.

Bigguy

I searched Live627's posts, is this it:

https://www.smfhelper.com/index.php?topic=260.0

Bigguy

Quote from: Skhilled on Jun 05, 2022, 09:39 AMdoes not fill all of the way around it
Not sure what this means really. It looks the same as the others except the others have two lines instead of one.
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Skhilled

It's smaller than the others as if there's a border around it but there is none. That is a copy of the default.

Bigguy

Is there anything in the css that is hidden at all around that area. :???
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Skhilled

Not that I'm aware of but I'll go check.

Skhilled

There was only this but commenting it out didn't help.

.up_contain {
overflow: hidden;
border: 1px solid #ddd;
margin: 0 0 3px 0;
display: flex;
flex-wrap: wrap;
}

I meant the overflow...

Skhilled

Ha! I think I've found it! I was probably using the wrong words in the search. I'll try it in awhile as I need to get dinner started. LOL

https://www.smfhelper.com/index.php?msg=2341

Skhilled

OK, that wasn't it. LOL It was for making them look like the old style categories that were separated.

Bigguy

I can look in the css in a bit and see what I see. Been on the phone bookin work in most of the day and talkin to customers.
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Shades

#9
Quote from: Skhilled on Jun 05, 2022, 09:39 AMI could have sworn that there was a topic here about this somewhere but can't find it...

As shown in the image, you can see that the board stats for the redirect board does not fill all of the way around it and I forget how to fix that so that it looks like the others.

You cannot view this attachment.

index.css find:
.boardindex_table .board_stats p {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

Bigguy

That looks like it. :rgton
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Skhilled

Nope, LOL That is only for the borders. Let me put it a different way...

The "height" of the redirect board stats is not as tall as the others. I'm trying to change the background color for all of the stats only for all categories. That's how I noticed the redirect ones are different. I need to figure out a way to only adjust the redirect ones only so they will be the same height as the rest.

Maybe something like:

.boardindex_table board_stats board.redirect {
some code
}

Bigguy

You might have to separate board_stats or board.redirect from that and add css to it. If you know what I mean.
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Skhilled

Well, my point is it may be something like that. I'm just not experienced enough yet. LOL

Bigguy

Made a redirect board here and am checking it out.
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin