Reply To: Different layouts for admins and visitors

#19615
Daniel Tara
Keymaster

On a closer look the only piece of code missing from the old layout appears to be this:

#wrapper {
	position:relative;
	max-width:1400px;
	margin:0 auto;
	box-shadow:0 0 18px rgba(0, 0, 0, .4);
	background:#f8f8f8;
	overflow:hidden;
}

It appears like you’re adding it to the custom CSS in Theme Options, am I correct? Did you apply any modifications to the way custom CSS is outputted? Is that code added through a plugin or something?