How 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.
How 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.
Hi 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.
Hi 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 to Appearance > Custom CSS. Insert the following:
/* Images */
img.alignleft {
margin-bottom: 0;
}Once 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 at Appearance > 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 🙂