MyBB Community Forums

Full Version: forum banner too big
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi. i am trying to add my custom banner , i made it exactly the same height/width as the stock one. for some reason my banner is enlarged like crazy inside the box. here is the code
  
border-bottom: 1px solid #262626;
height: 220px;
padding: 0;
margin: auto;
text-shadow: 1px 1px 0px #262832;
-moz-border-bottom-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-bottom-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
Link to your forum?

Might be helpful to see the problem.
sure i will link, heres whats also strange, when you drag the page size it will scale the image with the size of your page, like its broken... also i just opened the stock image , literally pasted my image ontop of it(same exact size) in pshop then resaved the image.. and it is broken.. its like the stock image is some kinda super jpeg or something idk.. lol

darki.pw/forum
(original forum theme is called revoloution gaming by iAndrew.)
It looks to me that the image fits in the correct box. Is this issue still present?
In your CSS for the banner add:

background-size: cover;

If I'm understanding you correctly that may solve your issue.