could you please help with trying to align images to the right.... The default wordpress option when inserting from library aligns right only in the visual editor but not in the page.
cant align images to the right :(
3 posts from 2 voices-
Posted 2 years ago #
-
Hey,
There is conflicting CSS however there is a simple fix to get images to align to the right.
Open up style.css and find this code (around line 868):
.alignright { display:inline; float:right; margin:0 0 15px 15px; }replace it with:
.alignright { display:inline; float:right !important; margin:0 0 15px 15px; }This !important declaration overrides the existing CSS which is telling the images to float to the left.
Posted 2 years ago # -
love you guys. that was really quick and worked perfect!
Posted 2 years ago #
Reply
You must log in to post.














