Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Celestial Theme – Page Template Changed Reply To: Celestial Theme – Page Template Changed

#21317
Shekhar Bhandari
Participant

Hi Greg,

Have you edited the style.css file? There is

.span8 {
	width:600px;
	float:right; 
}

in line no.82 and replace it with

.span8 {
	width:600px;
}

Thanks