- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by Andrew Misplon.
Tagged: text wrap
- AuthorPosts
- July 8, 2016 at 3:34 pm #4033
christyconteParticipantHow can I clean up this text wrapping around my images? I’d like the padding/margin to be the same on the bottom and sides: http://edgyveggie.ca/edgy-stories/
I’m new… can you tell? 🙂 Thanks for any assistance.
July 8, 2016 at 6:27 pm #4034
Andrew MisplonKeymasterHi Christy
Thanks for posting your question.
You can edit each of the widgets the images are inserted into and change the alignment of the image from left align to no alignment, the button next to left align. For a visual reference, please, see: https://en.support.wordpress.com/images/image-alignment/.
I’ll be online again tomorrow to assist with any follow-up questions you may have.
July 9, 2016 at 8:54 am #4035
Andrew MisplonKeymasterHi Christy
If you don’t yet have a Custom CSS plugin installed, go to
Plugins > Add New
and search for Simple Custom CSS. Install, activate and then go toAppearance > Custom CSS
. Insert the following:/* Images */ img.alignleft { margin-bottom: 0; }
July 9, 2016 at 2:47 pm #4036
Andrew MisplonKeymasterOnce Simple Custom CSS is installed, the above CSS snippet should be inserted at
Appearance > Custom CSS
which is the menu item added by the plugin. Insert the snippet into the form field provided atAppearance > Custom CSS
.The issue with the image on the right is that it’s in its own paragraph tag. Try editing the widget on the right and removing the space between the image in the text by inserting your cursor there and deleting or backspacing what I suspect is an empty space.
Hope that helps 🙂
- AuthorPosts
You must be logged in to reply to this topic.