About Page

Found something that we missed? Let us know.

About Page

Postby photine on Mon Feb 08, 2010 1:37 pm

Any idea why my About Page is suddenly centered? I used to have two columns. I hadn't changed anything on the About or Sidebar template. I just replaced the template information with my backup that I had saved on my computer, but it is still in one long column.
photine
 
Posts: 35
Joined: Tue Sep 02, 2008 11:24 am
Location: Houston, TX

Re: About Page

Postby rj on Tue Feb 09, 2010 9:52 am

Hi Laurie,

Having looked-through your site it appears that there has been in a change to your dark.css style sheet in "Blog > File Uploads". I've just edited this file for you and added the following missing style attributes which are required to provide the right column (they were present in your light.css file).

Code: Select all
#centercontent_wrap {
    width: 60%;
    float: left;
    display: inline;
    margin: 0px
}

#rightcontent_wrap {
    width: 30%;
    float: right;
    display: inline;
}

#centercontent {
    margin: 5px;
    padding: 5px;
}

#rightcontent {
    margin: 10px 10px 10px 0px;
    padding: 10px 10px 10px 0px;
}

#content {
    margin:0px;
    padding:0px;
   background-color:#333333;
    text-align: left;
}


Your about page now looks the way it was (I think). Let me know if not.

Cheers,

Richard
PixyBlog - Expose Yourself
Woklife - Photoblog
rj
 
Posts: 418
Joined: Mon Jun 09, 2008 10:48 am

Re: About Page

Postby photine on Tue Feb 09, 2010 11:52 am

D'oh. Didn't think of that. I've been doing lots of cleaning up of the dark theme because I've made it my default now. Thank you!
photine
 
Posts: 35
Joined: Tue Sep 02, 2008 11:24 am
Location: Houston, TX


Return to Report a Bug

Who is online

Users browsing this forum: No registered users and 0 guests

Terms and Conditions | Privacy Policy | About | Contact us | Copyright © 2006-2008 Pixy® Ltd. All rights reserved.