Not sure I follow. That post is already aligned left.
Thread Starter
Pedro
(@igmosi)
I mean where you go inside the post,
http://www.igmosi.com/blog.
In fact, I can see the posts are aligned left already.
Maybe it is a browser problem? Which browser are you using?
Thread Starter
Pedro
(@igmosi)
take a look here…
http://www.igmosi.com/Blog/neglected-habits
actually I am having problems with the permanlink when the blog is integrated into the website.
Ahh! Now I see it. It’s because you’ve removed the sidebar. Changing margin:5px 0 0 150px; to margin:5px 0 0;
.widecolumn {
margin:5px 0 0 150px;
padding:10px 0;
width:450px;
}
in style.css should fix it but I couldn’t guarantee that it wouldn’t have a knock-on effect on any “widecolumn” pages that you might have with a sidebar. If it does, you’ll need to figure out a way to add an extra class to, or change the id on, the content div to pages that don’t have a sidebar.
With regard to your permalink issues, have you reviewed Integrating_Wordpress_with_Your_Website?
Thread Starter
Pedro
(@igmosi)
thanks!!!
Regarding integrating wordpress with the website, I am going to take a look, but I was doing it earlier I didnt understand what it is for. 🙁
Thanks anyway!!!