MyBB Community Forums

Full Version: Logo/Header & Backround Image Size Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.shockcoregaming.comuv.com/
I've followed the instructions on similar issues and none actually affect the height and width of my logo, it appears to be targeted in a different path. I apologize for constant threads. But, there is my website. Please help.
let us know what exactly you want to do with the logo image - its width is much longer than the forums container.
I want it to be the exact width of the forums container. It really doesn't look good right now.
you can add below css style code in global.css of the theme (add at the bottom - edit in advanced mode)
.logo img {width: 960px; height: auto;}
hard refresh your browser (eg. press CTRL + F5) after modifying the css and saving global.css
Wow, thanks. What's the code for the background image?