inherit
182164
0
Sept 9, 2020 18:59:20 GMT -8
kunabee
9
August 2012
kunabee
|
Post by kunabee on Sept 7, 2020 11:14:26 GMT -8
I... think this is the right area? I dunno, man, it was either here or coding help. Admins feel free to move if I'm in the wrong spot. SO. I'm working on a forums that's a remake of an old one I had a few years ago. This is the forum. Don't mind the mess, I'm still fiddling with things, and this particular thing has distracted me from what I should be working on. Alas. I have the shoutbox in the sidebar thanks to the move shoutbox code, but... the shoutbox doesn't take up the full area of the sidebar. That's fine, it makes sense. The problem IS that it has a border. It's creating a sort of double-border effect that is bothering the ever-loving heck out of me, particularly now that I took off the title bar (because double title bar? no thank you!) and it does not have a top border. I could, of course, change the sidebar container, but, like... I want it to be collapsible. I'm nitpicky. I've inspected the element, tried multiple different codes, nearly broke my forum for the eighth time since I decided to make my own theme and make it FANCY (I messed up with login/register links and nearly had to nuke it, that was terrifying), and just have tried every possible combination of code that could reasonably remove this dang border. I've got the borders and colors for the rest of the shoutbox (at least in theory; you may notice the lack of posts...) but this outer border, this outer edge... it bugs me. So, so much. Any help would be appreciated. Image attached for emphasis.
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Sept 7, 2020 18:14:17 GMT -8
Hi kunabee If you add this to the bottom of your style sheet for the theme in question, it should remove the border shown in your image. /* Remove Shoutbox border */ .shoutbox.container.full .content{ border-style:none; } /* End of Section */ Before:After:
|
|
inherit
182164
0
Sept 9, 2020 18:59:20 GMT -8
kunabee
9
August 2012
kunabee
|
Post by kunabee on Sept 7, 2020 18:48:51 GMT -8
That worked! Thank you so much, you're my hero (:
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Sept 8, 2020 6:30:35 GMT -8
You're welcome. Glad to help.
|
|