zombiekiller804
Member
EXTRA.CSS I added.
body.node2{
background: #123456 url('https://arma3.com/assets/img/apex/screenshots/arma3_apex_screenshot_05.jpg') center no-repeat fixed;
}
Style Properties: General - Body
word-wrap: break-word;
line-height: 1.28;
min-width: 300px;
It appears to be set for 1920x1080 users. My PC is 2560x1080 and I would like for everybody using such res have it look right. I can't remember but there was something I added in the style properties: general - body that fixed this.
body.node2{
background: #123456 url('https://arma3.com/assets/img/apex/screenshots/arma3_apex_screenshot_05.jpg') center no-repeat fixed;
}
Style Properties: General - Body
word-wrap: break-word;
line-height: 1.28;
min-width: 300px;
It appears to be set for 1920x1080 users. My PC is 2560x1080 and I would like for everybody using such res have it look right. I can't remember but there was something I added in the style properties: general - body that fixed this.
Result: Any help?