Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Celestial Theme – Page Template Changed › Reply To: Celestial Theme – Page Template Changed
May 22, 2015 at 10:31 am
#21317
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