MyBB Community Forums

Full Version: Background-size: 100%; Where you at?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to make the BG image on my forum not stretched. It seems like background-size: 100%; is the issue.

My forum: www.gamexchangers.com

It says that attribute is inline but I can't find it anywhere! Anyway to override or remove it?
You have a dark theme and a light theme. Which theme are you working on?
(2013-09-14, 10:03 AM)vEconomy Wrote: [ -> ]Anyway to override or remove it?

goto global.css and find

body {
......
......
}

and add background-size: 80% !important;

change the size as per your wish but make sure you add !important at the end to make it override other css