Home Forums Theme support Prestige Theme Full Width Reply To: Prestige Theme Full Width

Hi,

you can try this CSS code, but without warranty:

.inner,  #page-sidebar-no-sidebar,  #page-sidebar-no-sidebar #content {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}

You can add the code to the end of your style.css file.