MyBB Community Forums

Full Version: Problem with sideboxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
How can I lower the sideboxes? They should start where the chat (shoutbox).

[Image: eNYyP.png]

THX in advance for your help!
Greets,
blongso
IIRC, there is no direct setting for above requirement.
you can try adding margin-top property for the top sidebox you are using.

assuming that you are using the online users box at the top,
you can add style property like below in global.css of the theme
#whosonline_main_1 {margin-top: 100px;}

Edit:
looks like you have to use #whosonline_main_45 instead of whosonline_main_1
@.m.'s solution is fine, but a more direct way of tackling the problem is adjust the script definition to skip everything before the shoutbox. I would have to look at the theme to be sure how to do that, but you can read this to get started with the concept:

https://github.com/WildcardSearch/Advanc...rong-place