MyBB Community Forums

Full Version: Fix this problem with the background?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

Take a look at this screenshot from one of my members at Teach Galaxy. He says that there's a graphic mistake in the background. It looks like this:
[Image: 6iC91.png]

I haven't got that problem in my computer though... What can I do to fix this? I use the same background in body as the container.

Thanks in advance!
Remove the background property from the #container div.
Thanks, just what I thought that I needed to do!
Got another problem! How do I fix the social media buttons? They're supposed to be beside the welcome box. In my computer, it shows the way I want. But some members complain that the icons are under the welcome box and is in the part where the navigation is shown, just like the screenshot in OP.

How do I fix this problem?
Got another problem! How do I fix the social media buttons? They're supposed to be beside the welcome box. In my computer, it shows the way I want. But some members complain that the icons are under the welcome box and is in the part where the navigation is shown, just like the screenshot in OP.

How do I fix this problem?
Add float: right; to the #s_panel div.
Thanks, it works now!