Noticed that with Arras Theme, when you insert images (specifically with captions), the image gets aligned right.
To fix this, open up the Arras Theme user.css file and add this:
.wp-caption { margin-left: auto; margin-right: auto; }
Noticed that with Arras Theme, when you insert images (specifically with captions), the image gets aligned right.
To fix this, open up the Arras Theme user.css file and add this:
.wp-caption { margin-left: auto; margin-right: auto; }
Thanks man! Just used this on my site. Perfect!
AH-mazing… worked like a charm!
thx a lot! helped me out!
Thank you very much for this tricks!! It resolve my problem 🙂