How to center Blockquote as Deafult in Wordpress?

Status
Not open for further replies.

Deadmau5

Active Member
1,525
2011
298
20
Hello Wj Members,

I have a Small Problem i added this to my style.css Wordpress Theme:

Code:
blockquote {
margin:4px;
padding:4px; 
border:1px inset; 
width:610px; 
height:auto; 
overflow:auto;
background:#F1F1F1;
font-size:12px;
color:#000000;
position:center;


}

But the Box isnt Centered how with the Post Content.

My Post Content is Centered but the blockquote Part isnt

Can anyone help me out here?!

Regards
 
Last edited:
1 comment
Status
Not open for further replies.
Back
Top