[Plugin: Custom Post Widget] Text wrapping around images
-
Hi Johan!
Thank you very much for a great addition to wordpress. I love it and wish you the best of lucks!But I’d like to request aid, dear readers. I want the images in the custom post widget in the footer to be wrapped by text. I selected “alignleft” in their options and added the following code to style.css:
.widget_custom_post_widget { img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block; margin-left: auto; margin-right: auto} .alignright {float:right; } .alignleft {float:left; } .aligncenter {display: block; margin-left: auto; margin-right: auto} }
But this is what comes out: Can you aid me?
Thank you in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Custom Post Widget] Text wrapping around images’ is closed to new replies.