I’d just do it with modifying css myself:
text-align:justify
I think that’s still kosher to do. Been so many updates in the last few years, can’t keep straight what’s still valid code.
can u tell me how do i do it
I dont know anything i am completely new to wordpress
Need a link to your blog please so we can see what needs to be changed.
Just for reference, this is a css issue, not a wordpress one.
Do the stylesheet need to be modofied
Yes, the stylesheet needs to be modified.
Hi Alore123,
Yes, the stylesheet will need adjusting if you are looking to use theapparatus’s suggested solution. Which part of your stylesheet to edit is a whole other animal.
Your best bet will be to post up a link so that, your site can be viewed. From there someone should be able to point you towards which class in the stylesheet will need editing.
Hope this helps,
Chet
My site pls review it and tell me as i m completely new to WP
If anythings need to be added or modified
http://www.cupidstruck.com
What you need to do is modify your theme’s css file. Open it up for editing using a text editor and find where post-content is within the file. Change that bit to the following:
.post-content {
margin: 0px;
padding: 0px 0px 2em;
float: left;
width: 99%;
font-size: 11px;
line-height: 20px;
color: #2C281F;
text-align:justify;
}
Note the new last line.
You may have to clear your browser’s cache to get the updating css to show up.
Hope this helps
I need to know some more things
1. Go to http://www.johncow.com/ and say how can i do this in my site http://www.cupidstruck.com
See This
Home
Contact
Make Money
Top posts
Achieves
Can u tell me how do i make this pages and navigate the respective pages to them like if i click pages it will show all my achieves
2. How can i have an advertisement with each post
See the image or copy in address bar and view the image
http://img231.imageshack.us/img231/2702/pageij7.jpg
3. And how do i add an advertisement at the bottom of each post
See the image or copy in address bar and view the image http://img187.imageshack.us/img187/2498/dawd0.jpg
Pls help as i cant do it myself