MyBB Community Forums

Full Version: Justin's Apart theme CSS help please!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends I have this problem with Justin's Apart theme. The problem is the theme is set-up for min-width: 970; however if resolution goes below 970 overflow is hidden and their no way to fix that so here is my fix that I want you to check please!

Original theme CSS:
body {
	background: #222 url(../../../images/twilight/bg.png);
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}

My fix that works ok but I am not sure if it can mess the theme!
body {
	background: #222 url(../../../images/twilight/bg.png);
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	min-width: 990px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
.wrapper {
	width: 970px;
	max-width: 1500px;
	margin: auto auto;
}

Please help me! Maybe Justin the creator of this theme ca help me!
You did not need to make a new thread for this.
(2013-07-08, 09:16 PM)brad-t Wrote: [ -> ]You did not need to make a new thread for this.

sorry about that can you help please
Marcus, one thread is enough. I've told you this before.

http://community.mybb.com/thread-142051.html