@media only screen and (min-width: 60em) { #content { float: right; padding-right: 0; padding-left: 3em; } #sidebar { float: left; } } '; endif; // Change Theme Layout to Fullwidth if ( isset($theme_options['layout']) and $theme_options['layout'] == 'fullwidth' ) : echo ''; endif; }