MyBB Community Forums

Full Version: How to remove this box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added a sidebar to my website and i have my server info and discord and there is a outline that is too big so how would i remove it.

Problem: https://imgur.com/l4n0RdU
My website: http://blingblingrp.com/forums/
My index file: https://pastebin.com/J12gwMkR
in the sidebar related code on the index template

for server info, image code has width="160" - you can change to width="100%"

for Discord , iframe code has width="200" - you can change to width="100%"
The discord one is fine but the server one is very stretched
looks like it would be better to increase sidebar width to 20% [previous -> 18%]
and decrease forum width by 2% [previous -> 80% ; new -> 78%]