Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Change theme width
#1
Not Solved
I've got a tiny issue with wanting to change my theme's width (wrapper). I've cleared my cookies and cache to make sure the modifications were applied.

#wrapper {
	width: 80%;
	padding: 0;
	background-color: #121212;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2b2b2b;
	border-left-color: #2b2b2b;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

Basically, the end product I would like it to extend to the green lines (As shown below).

[Image: 89056154.png]
#2
Not Solved
I don't understand what you have already changed. I would start by changing the width of #wrapper from 80% to 100%.


Forum Jump:


Users browsing this thread: 1 Guest(s)