...

WordPress Image Positioning, Spacing & Alignment – Common Problems and Fixes

wordpress-image-positioning-spacing-alignment-common-problems-and-fixes

problems with images in WordPress - alignment, spacing, positiong

Ah images.

They cause so much grief in the WordPress editor don’t they? They just don’t seem to do what you expect of them. Unfortunately the WordPress editor is not a drag n’ drop interface which is how people generally expect it to work.

With the release of WordPress 5.0, the content editing experience has been revamped with the “Gutenberg” block editor. So it’s time to revamp this post. Gutenberg is not completely drag n’ drop, but it is a more visual way of creating content. Some parts of it make your life a lot easier, but not all issues are resolved. 

If you haven’t yet upgraded to WordPress 5+, the Classic Editor section of this post is for you. 

WordPress 5+ : the Gutenberg Block Editor

A quick note about my setup. In these demos and screenshots, I use Gutenberg with the Top Toolbar option activated. This puts the controls for each block in the toolbar at the top of the page instead of hovering over each block, which I find a bit annoying.

 

 

Insert an image

Let’s start with the basics of inserting an image.  

As with everything in the new editor, images are now added using their own block. Whereas before you would have inserted an image directly into a paragraph of text, now your paragraph will be one discrete block and your image will be another block. 

In this example I have a couple of paragraphs of text and I want to add an image between them.

Click the +, either in the top toolbar on between blocks. Then insert an image block.

add image block

 

You can then choose to Upload, insert from URL, or choose from the media library. The latter option brings up a familiar modal media library window. The insertion process is familiar but you may notice you have fewer options in the attachment details column. These will be surfaced elsewhere in the Gutenberg interface.

insert image - media library

The default insertion size seems to be large size (as defined by your theme), or full if large doesn’t exist, with no alignment.

In order to set the alternate text and size, you’ll use the Block settings on the right side. However, alignment is found in the toolbar. (I don’t know why these controls are in separate places.)

gutenberg - image and alignment settings

 

By default, blocks in Gutenberg simply stack in a vertical fashion. So immediately upon insertion, the text is above and below the image, each in their own block.

What do the alignment options do?

In many cases you’ll want the image to be in the flow of text, with text wrapped around it. While Gutenberg is supposed to be a more true to life What You See Is What You Get experience, it’s not perfect, so you should still consider what you see in the post editor to be an approximation and double-check using the Preview.

Generally speaking, the alignment options work as you would expect. 

Here’s the image I selected with left alignment.

Gutenberg- image with left alignment

The text now wraps to the right of the image. Since the image is wide and takes up almost the full width of the content area, it of course doesn’t look very good wrapped. If I want it to wrap, I should use a smaller image.

Editing An Image After It Is In Your Post

Once you’ve added an image block, you can resize the image in a variety of ways: 

Gutenberg - resize image

  1. Drag the blue dots to resize – it will stay in proportion
  2. Use the preset Image Size dropdown – these are the sizes provided by your theme and plugins
  3. Manually enter image dimensions
  4. Percentage resizer 

There are some buggy parts of methods #1 and #3, (as of WP 5.0.2) , but I see a lot of related discussion on Github so it looks like it will be worked on. For more reliability, I would currently suggest using the image size dropdown or the percentage options.

If you want to do more advanced edits like cropping or rotating, you still have access to the original media editor.

Clicking the pencil icon brings up the Media Library modal for that image. 

Gutenberg - edit image

You can click Edit Image to get into the familiar Edit Media screen where you can make edits such as cropping, scaling etc.

Edit Image

 

Alignment can still be tricky

A familiar problem that has existed forever in the classic editor, is that of escaping the alignment. Meaning, you insert an image, align it, and then everything else after it also has the alignment applied, sucking it up around the image.

What if you only want a small piece of text aligned next to your image, and you want your next piece of content below the image? This is what I call escaping, or clearing the alignment, and it’s still an issue currently in Gutenberg. 

Gutenberg - alignment

Hitting enter a couple of times to create empty paragraphs looks like it should work, (you’ll see empty paragraph blocks in the editor), but it doesn’t. The empty blocks are ignored on the front end.

In the original version of this post, the Classic Editor section below, I recommended a plugin called Spacer to fix this problem. 

Well, Gutenberg has a block called Spacer you can use. Insert this and then fiddle with the pixel number to get the amount of space you need.

Gutenberg - Spacer block
It’s quite simple to use but there is a downside:  responsiveness, or lack thereof. This method doesn’t play well on mobile devices because the block is using a fixed pixel measurement, instead of a relative measurement which can scale. 

So it looks great on my laptop:

Gutenberg - spacer - desktop

But on mobile there’s more space than I would like: 

Gutenberg - spacer - mobile

I only added 35 pixels of space here. The more you have to add on desktop, the worse it will be on mobile.

This has been a topic of discussion for a while on the Gutenberg Github. I’ve personally tried to add my voice to this issue, but it’s been shut down for now, supposedly until a good solution can be found:

 

So there’s still not a good solution for this common problem, even in 5.0

If you’re a developer and handy with CSS, you could use the CSS class field to add a custom class with the necessary styles to clear the float. 

Additional CSS Class

New alignment options

In addition to the typical left, right and center alignment options, Gutenberg introduces the possibility of 2 more:  wide width and full width.

These have to be enabled and supported by your theme, so if you don’t see these options, your theme hasn’t added them.

The exact width of wide width will be defined by your theme; essentially it will be wider than the content area, but not full width:

Gutenberg: wide width alignment

Full width will span the full width of the screen. 

Gutenberg: full width

These options provide a nice way to break out of the constraints of the content area. 

Multiple Images on One Line

In Gutenberg you can no longer do the trick where you select multiple images and insert them at once. But there are other ways to add multiple images in a row: 

  • Use a Gallery block
  • Use a Columns block,  each with an image block inside

Gallery block

The interface of the Gallery block is very similar to the Image block, but it allows you to select as many images as you’d like.

Gutenberg - create gallery

After selecting the images and clicking Create a new gallery, you’ll be on the Edit gallery screen. Here you can specify the order of the images and caption them.

In the Gallery block settings you can choose how many columns to arrange the image in, and whether or not to crop the thumbnails to make the images uniformly sized. 

Gallery block - settings

Images in the galley will always fill the width of the content area automatically.

The drawback of the Gallery block is the link settings. You cannot currently link each image in the gallery to a custom url. You can only choose between the media file or attachment page. If you want to have  more control over this, or the sizes of the images,  I’d recommend the Columns method instead. 

No more faking columns

A great thing about Gutenberg is that we have real columns now and we don’t have to fake them. This makes it much easier to create more interesting layouts.

To use images with the Columns block, first add a Columns block, which is found under Layout Elements.

Gutenberg - Columns block

Columns uses what’s been dubbed “Nested Blocks”. That means you can add other blocks within the Columns block. In this example we’re focused on images, but you can use any other kind of content in your columns. 

It’s a handy feature – the only finicky part is being able to select the Columns block to edit the settings, vs. selecting the blocks within it. Using the mouse to hover over will normally end up selecting the nested block. The trick is to select the block above, then use the down arrow key on your keyboard to move down to the Columns block. 

Gutenberg - Nested blocks in Columns

The columns block settings on the right enables you to add or remove columns. Currently they are equally divided across the space available.

Then just click within each column to add an image block in each:

image blocks in columns

Media & Text block

This block is similar to using columns but has a couple of  different features that could be useful in specific cases. The basic block sets up a media element next to a text block. The default is the image on the left and text on the right, but you can flip that in the settings: 

Gutenberg: Media and Text Block

If your theme supports the wide and full alignment options, you can apply those to this block. 

The two differences between using this and the Columns block are: 

1) The Media & Text block auto-adjusts the width of each column based on the image size. So, the smaller the image, the wider the text column will be and vice versa: 

Media & Text block - column widths

2) The Media & Text block gives an option to stack the columns on mobile, or not: 

Gutenberg: media and text - stack on mobile

 

 

Other image blocks in Gutenberg

Cover block

This block enables you to put text over an image, which was previously impossible to do in the classic editor (without additional plugins).

Gutenberg: cover block

It has the following features:

  • Hyperlink and align the text
  • The background image can be fixed for a parallax-y effect
  • Set opacity and overlay color

Inline image block

You may be asking, what’s the difference between an inline image block and a regular image block?
Good question.

As I mentioned at the beginning of the post, the main conceptual shift with Gutenberg is that now everything is a block. A paragraph of text followed by an image are 2 separate blocks. While the alignment options on the image block blur that boundary a little by allowing text to flow around the image, the image block is still a separate entity. The inline image block allows for an image and text to be next to each other in the same block. 

In reality the options for this type of block are limited, making it not very useful. Once the inline image is in the post, you can drag the corners to resize but there is no way to edit the image otherwise. You can’t edit alt text after the fact for example, nor can you hyperlink the image (without directly editing the HTML).This is what an inline image looks like: 

Gutenberg: inline image

 

 

Those are the essentials of image management in Gutenberg. If you’re still using a pre-5.0 version of WordPress or are still using the classic editor, read on.

Classic Editor

Getting images to do what you want can be tricky. This is not a basic “how to insert an image into a post” article (you can Google that) – this is for folks who know how to add an image, but just don’t understand why it won’t do what they want [insert curses here]! 

Location Location Location

Make sure that when you are about to insert an image, your cursor is the place in your text where you want the image to be. In general it’s easier to insert images after you have written all your text – it will make it easier to visualize where images should go to break things up, and makes the process smoother in general. When working with images and positioning, make sure to use Preview to see how things will actually get displayed on your site. Your edit screen may not be a perfect representation of the width of your content area, for example, and that will make a big difference when trying to position images and text.

BONUS PDF: Resources for finding, editing and optimizing images, and tools for creating social images.
Image Alignment Options in WordPress

 

Alignment – Center

Let’s start with something easy, shall we? This will simply center the image in the line and your text would go above or below it. No, it does not center the image in the middle of a block of text – who could read that anyway?!

alignment center

Alignment – None

Setting alignment to “none” means that the image will default to being on the left side of your screen. If you start typing immediately after inserting the image, the text will appear to the right, aligned with the bottom of the image. This is because the image is sitting on the same line as the text. Hit “Enter” on your keyboard right after the image and your cursor and text will go below the image.

In the below example, I want to place an image between the two paragraphs to break up the text.  I’ll place my cursor between the two paragraphs and then go to Add Media.

Image Alignment None

I select alignment none and get the following result

WordPress - Image Alignment None

Note that both paragraphs were in place before I inserted the image. Remember that after you insert an image, your cursor will end up immediately after the image. So if I insert an image with alignment none, and then I start typing, my text goes immediately after the image, at the bottom, because the image and the text are sitting on the same line.

WordPress - Image Alignment None + Text

TIP: Sometimes it can be hard to see your cursor after inserting an image, making it hard to add more text. In those cases I just click into the Text tab and start typing in the desired place there – then when you switch back to Visual you’ll be able to find your cursor and the text you added, much more easily.

 

Left / Right Alignment

Left and Right alignment wrap the text around the image so it fits in with the flow of your content.

In the below example I  want the second line of text to line up with the top of the image and the rest of the text to flow around so I’ll place my cursor before the word ‘cupcake’:

Image Alignment Left Cursor Position

 

Selecting “Alignment – left” for the image results in:

WordPress Image Alignment - Left

I stated at the beginning of this post that your cursor needs to be positioned where you want the image to go. When using Right alignment, however you don’t literally need to put your cursor on the right side of the screen.

You actually place your cursor at the beginning of the line that you want the image sit flush with. Selecting “alignment right” will take care of moving the image to the right side of the screen:

Image alignment Right - cursor position

 

Even though my cursor is on the left, when I select “Alignment – Right”, the image is placed on the right side of the screen, aligned with the correct line of text:
WordPress Image Alignment Right

Common Problems With Alignment

Here’s something very important that most people fail to understand at first. When you left or right align an image, everything else that follows will be pulled up to flow around the image and fill the space around it. This works just fine when you have plenty of text as in the example above. Problems occur when you do not have enough text to fill the space and you add another image or you want your next piece of content to go below the image.

Image Alignment Left

 

This means if you start typing or adding any other content like another image, it will still be to the right of the image:

Problems With Image Alignment

The alignment left on the first image tries to suck everything else up around it to fill the space. Only when the space around the image is filled will the content go back over to the left side of the screen. As annoying as some people find this, it’s actually how it’s supposed to work.

So what do you do if you  want your next section of content to start BELOW that image on the left. You might try hitting “Enter/Return” a bunch of times on your keyboard to get your cursor below the image again.  Sometimes you get lucky and that works. But generally WordPress doesn’t really like a lot of spaces so most of the time it eats them up and your image still isn’t in the right place. This shouldn’t be an issue in more recent versions of WordPress, but if you’re using an older version, you’ll need the following solution.

What you have to do is fill that space around the image (or at least make it look that way to WordPress). If you don’t have any more text to fill the space, the best way is to use the Spacer plugin. It actually has code in it that will clear the alignment on the image and reset the flow so that your next piece of content will go below the image. Easy-peasy!

Spacer Plugin Clears The Alignment Above

 

 

How To Put Multiple Images On One Line

This one always seems to stump people.

Here’s a quick video demo, or scroll on for the text version!

To put multiple images on one line is not that hard as long as you are aware of how wide your content column is and how wide your images are. Obviously the content column has to be wide enough to accommodate your images otherwise they will bump to the next line.

When inserting images on the same line, I recommend using “alignment  – none”, this will give you more control and make things easier. You can go about this two ways:

1) The easiest way is to go to Add Media, then select multiple images by holding down CTRL (on a PC) or COMMAND (on a Mac) while clicking. You’ll see the checkmark at the top right of each image to indicate it is selected. Don’t forget to select “Alignment – None” on each image,  and then select Insert Into Post.

Select Multiple Images

2) You can alternatively insert your images one by one:  Add Media > select image > Insert Into Post then  rinse & repeat. As long as you don’t move your cursor around in between, the images will end up next to each other on the same line

It will be key to select an appropriate size at which to insert the images. This is what happens when you insert several images that are too big:

Inserting images that are too big for the column

I chose the Medium size when inserting them, which clearly is too big for them to fit on one line so it looks messy. So how can I rectify this?

Editing An Image After It Is In Your Post

To edit or remove an image after it’s been inserted, simply click the image. You’ll see several icons appear at the top of the image:

WordPress - Edit image icons

From left to right, they do the following:

  • align left
  • align center
  • align right
  • align none
  • edit image
  • remove image (it doesn’t delete it from your Media Library, just removes it from your post).

After I removed then re-inserted the images at thumbnail size, they are still a little bit too big :

Inserted at thumbnail size

So now I’ll scale each one down. You can do this simply by clicking the image once, then dragging from one of the corners:

WordPress - scale images

This creates the same result as if you were to click the Edit icon, select Custom Size and type in specific dimensions there. WordPress will automatically keep the image in proportion for you, by changing the height for you as you change the width (or vice versa).

WordPress - Edit Image - Custom Size

 

WARNING: Do not use this to reduce really large images to a small size. This tool does not actually re-size the image and create a new image at the new size. It simply loads in the original size you inserted (with its original file size), but then just restricts the dimensions to make it appear smaller. This means it can impact page load time if you are using it on larger images. If you need to significantly resize larger images, go to the Media Library and edit them there since that will actually create new versions of the image with smaller file sizes.

For small images like the ones in this example, the impact of scaling will be negligible making it an easy way to fine tune sizes. After reducing the size of each image to 165 pixels wide, they fit nicely on one line:

WordPress - images on one line

If I were going to do this type of image placement frequently, I would figure out the optimal size for my images and I would resize them correctly before uploading to WordPress.

Centering Side-by-Side Images

By default, if you insert the images in a row as above, they will align with the left edge of the content area. If you want to center them, there are two ways to go.

The easiest method is, after placing your cursor on the line where you want the images to go, click the text-align:center icon. Your cursor will then jump to the middle of the line, and then you can go to Add Media as described above. When you insert the images, they will be centered. Note that you will still select align: none on the images themselves.

WordPress - images centered side by side

WordPress - center images on the same line

If your images are already in the post, you can use the text-align:center button, as long as you create a paragraph around the images first. It’s easy to do that, just position your cursor on the line above your images and hit Enter / Return. Then you can click & drag to highlight the images, and click the text-align: center button:

center side-by-side images

 

Creating Space and Fine Tuning Positioning

You can see in the screenshot above that the images are flush next to each other, without any space or borders. Your theme might automatically place a border or some space around your images. In this case, mine doesn’t, so I’d like to add some spacing because they look too cramped.

Prior to WordPress 3.9, this was easily edited in the image properties options that you could access on the edit screen. But for some reason they removed that and the officially recommended solution is to install the Advanced Image Styles plugin (it’s very lightweight, don’t worry).

After doing that, when you click on the edit icon for an image, you will have these extra fields:

WordPress - adding image border and margins

 

This lets you create space on any side of the image, by typing in the number of pixels you want. No need to type px, just the number will do.

WordPress - add margin to image

 

I gave mine 10 pixels in-between to provide a little breathing room:

images_with_margins

 

Faking Columns

If you want text next to your picture, but you want the text to appear to be in a column, as in the image below, there’s a sort-of hack for that.

Image With Column Of Text

In this example, the image is aligned left. But we saw above that the normal behavior would be for the text to float back over to the left of the screen once it clears the bottom of the image. In this example, the text appears to be in its own column. I achieved this by adding a margin underneath the image. This prevents the text from moving back over:

bottom_margin
If you do need a true grid layout with rows and columns of content all nicely aligned, you may be better off using a Columns plugin.

BONUS PDF: Resources for finding, editing and optimizing images, and tools for creating social images.

 Still have questions? Leave  a comment!

Discover more from WIREDGORILLA

Subscribe now to keep reading and get access to the full archive.

Continue reading