WordPress Images steadfastly refuse to alignright

In the css add this line.

.alignright { float: right; margin:0 0 15px 15px ; }

The important flag will ensure it overrides any other styling.

via WordPress › Support » Images steadfastly refuse to align right.

Also

Wer Bilder einfügt und die nicht richtig gesetzt werden, fügt den code in euer CSS File ein. Dann passt das!

oder

.alignright {float: right;}

langt auch ..

This entry was posted in Wordpress Themes. Bookmark the permalink.

Comments are closed.