- 2,096
- Posts
- 16
- Years
- Him/Them
- «UK»
- Seen Mar 22, 2025
Whoaa, that's trippy. Confirming that it's not just you, I definitely see it too, although I'm not as sure that CSS isn't the culprit :P
Edit: Why don't you try (after first copying the entire post so you can recreate it obviously) the whole post without any CSS at all? That way we can tell if it's the CSS or just the wall of text.
Ok i've tried that and the problem seems to be the text collapse part. I've replaced them with spoilers but is there any way the problem could be solved only i really don't like the spoiler tag backgrounds :x
you may have simply missed a closing css (div) tag and since the sidebars use a collapsible div, it broke it.
[PLAIN][textcollapse=Code][div=" background-color:#5DC8CD; padding:5px; max-width:95%; color:#000000; box-shadow: inset 2px 2px 2px #1D7074, inset -1px -1px 1px #1D7074; overflow:auto;"][noparse][div=" <CSS> "] <TEXT AND JUNK> [/div][/PLAIN][/div][textcollapse][/noparse]
Thanks :D unless i can get this problem solved i'll use your idea ^-^
Not sure if this helps but the secondary content background color is what sets what's inside the spoiler, so you can change that to make the background more appealing...or just use css within the spoiler, then all you have is the small border inside if you set it to width:100%. Alternatively, you could position it relative and put the top and left at -5 or so pixels and the width at about 101.1% (that's what worked for me anyway). I couldn't figure out how to make the bottom border of the spoiler smaller though, sorry, I tried :[ Hope that helped.