I am trying to set the images ion my pages to left justify. They appear so in the wordpress editor but when I do they display in the browser they are right justified. Do you know I can get around this?
Many thanks!
I am trying to set the images ion my pages to left justify. They appear so in the wordpress editor but when I do they display in the browser they are right justified. Do you know I can get around this?
Many thanks!
Hi,
please provide wordpress installation link, username and password from wordpress dashboard and I would check.
Thanks.
Thanks,
It works now. What did you do? It might be helpful for other users who have the same problem.
Will this work for all my pages now or do I have to repeat whatever you did?
Many thanks!
Hi,
it would work foe all your pages. I added this code in style.css file of your theme:
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto}
.alignleft {
float: left}
.alignright {
float: right}
img.alignleft {
margin:0px 20px 5px 0 !important;}
img.alignright {
margin:1px 0 5px 20px !important;}
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.