Status
Not open for further replies.

3xupdate

Active Member
557
2010
56
10
I'm using WP 3.2.1 and Aligncenter not working with urls
It's only OK with the first line :'(



And how to remove the space between 2 lines of the urls. It's look not OK. WP 2.x is not facing this issue :(
Please help. Many thanks !!!
 
Last edited:
19 comments
find this in your css:
Code:
.post-content p {
margin: 0 0 .8em 0;
padding: 0;
}

and add text-align: center

Code:
.post-content p {
margin: 0 0 .8em 0;
padding: 0;
text-align: center
}
 
To Rox: Thanks, I edited :)

To Apathetic: Many thanks, aligncenter fixed.
How about the space between 2 lines ????
How to remove it ????
 
I did:
Code:
.post-content p{margin:0 0 .8em 0;padding:0;text-align: center;line-height: 15px;}
But nothing change. Weird :(

Update: Only text change. Urls not change :(
 
Last edited:
I removed then aligncenter not work so I re-add. It seems we can't change the height-line for urls. Mostly WP blogs are facing this issue :(
 
I personal think this is the WP issue. Visual Editor is OK, don't have the space but you still see the space when publish the post :( (I use html editor to make the post also)

WP 2.x is OK. Only 3.x facing this issue
 
Status
Not open for further replies.
Back
Top