Celestial Theme – Page Template Changed

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16135
    Greg Smith
    Participant

    Hi
    I’m creating a website where for some of the pages I’m using the “Page Right Column” and everything seemed to be fine. However now when I view the website it seems to have switched the content over (main left hand content now appears on the right and vica-versa) and the width of the columns are different. An example can be seen at http://www.dnaclient.co.uk/soundsorba/products/sound-absorption/bafflesorba/ . How do I get the original template structure back. Not sure quite what has happened or why.
    Help much appreciated.
    Greg

    Link is http://www.dnaclient.co.uk/soundsorba/products/sound-absorption/bafflesorba/

    #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

    #16136
    Greg Smith
    Participant

    Many thanks….really appreciate the great support. Cheers, Greg

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.