inherit
219308
0
Feb 26, 2023 13:40:42 GMT -8
{ breezes }
12
March 2015
snowykcnomre
|
Post by { breezes } on Dec 14, 2017 22:49:22 GMT -8
hnhnhn i've a little problem ^^;;
prnt.sc/hnqr3a
so uh, yeah. the participated's control bar has gone insane. i actually do know what's going on here - problem is i don't know how to fix it without ruining another part of the css code. more detailed explanation:
the wrapper is at 1060px currently. however, the boards (not the navigation stuff) are at 850px. the code i have to make this work is:
.container { width: 850px; max-width: 850px; box-sizing: border-box; } apparently, the container class also seems to apply to the participated box.
so with my current settings everything looks like this: prntscr.com/hnqw00 so how would i go about fixing this without messing up my current layout?
edit: so i bet you noticed the participated also scrolled on it's x-axis - something i didn't want. i thought it would go if i fixed the control bar - because when i changed the container class width to 400px the width decreased. however, after using my head for once i managed to fix the scrollbar thing but not the control bar.
#recent-threads .container { width: auto; } never mind - i figured it out/stopped being lazy XD
|
|