As the title states I wanna turn my guild section into a scrollbox. It's way bigger than everything else on my profile as the rest is in a scrollbox. I thought I could get away with using the same code as the other scrollboxes and just renaming it to 'guilds' 'my_guilds' but it's not working for some reason?
Here's my code that actually works for my about me and interest sections compared to my guild section.
#up_about_me .content {
height: 700px;
overflow-y: scroll;
}
#up_interests .content {
width: 430px; height: 500px;
overflow-y: scroll;
}
#up_mguild .content {
height: 300px;
overflow-y: scroll;
}
(Sorry if my post is clunkly I stayed up all night to redo my profile and this is bugging me

)