0

I just encountered a nuance to object alignment guidelines (for mobile) that I wasn't aware of, and hoping I can get more clarity.

Coming from web design, my experience is that objects should always align on their outermost edge of alignment. In other words, a block of left-aligned text should always align with the outer left edge of a padded box containing text (not the text inside the box). Now I'm hearing this rule doesn't apply on mobile? When I look at apps on an iPhone, I can see a mix of both scenarios, so it doesn't seem well-followed. Nor can I find explanations why there would be this optical difference on mobile? At least not where I'm looking on Apple's Human Interface design. Haven't looked at Material design just yet for this.

Here's a visual representation of what I've always believed: enter image description here

2 Answers 2

1

I don't think that there is a clear-cut answer that applies to every situation here, @turpentyne. You might find some useful examples in the Layout section of the Google Material Design references.

My personal PoV is this: Do I perceive the elements on the page as forming a group, indicating they belong together as a whole? Or do they seem to be different items that happen to be shown in the same context?

Let me explain using your example screenshots.

In the left image, due to its indentation, I "see" that first paragraph to be separate from the second paragraph and the bottom. While they form a combined page, that gray box could be a banner or notification, for example.

By aligning both paragraphs to the same left edge, as in the right image, I get the visual impression that they form a unit. The first paragraph is simply highlighted versus the second one, but I perceive of them as parts of the exact same multi-paragraph text.

The detail that throws me off in the right image, though, is that the button is left-aligned with both paragraphs. I'd expect that to be left-aligned with the gray box for a more cohesive unit (might be related to the Gestalt Law of Closure).

Mind you, this is just a perspective of a single person. 😉 But key is to test with users if the alignment works for them.

tl,rd: I don't think there's a simple hard rule that you can apply in every case.

0

In my opinion, the question is poorly posed because it omits relevant functional and conceptual data.

  1. I don't think absolute design parameters can be established for mobile screens as unique elements, since they all come from an original desktop design. Even mobile apps have a desktop design. Based on this, the design applied to device screens doesn't respond solely to a mobile screen format, but to the originally created design concept.

If the original desktop design proposes a text frame that exceeds its limits as a relevant conceptual element, perhaps the adaptation to device screens should follow the same guidelines.

Interface 1

Original page design

This is a real example:

example interface 2

Original page design

If the original desktop design has boxed text aligned with the body text, it makes sense to keep the same design on the mobile version:

interface 3

Original page design

  1. There is also a functional aspect that affects design for mobile screens: the shape of the screen, which creates a border, just like the page does in a book, and the outer spaces (margins). Both elements influence the entire design, limiting the design's adaptability from desktop to mobile.

Conclusion: In my opinion, as a designer, there are no rules other than those defined in the design itself, adapted to the "limitations" granted by the adaptation to the device screen.

1
  • Our case may be slightly different than your responsive or media query-based presentation above. I agree in keeping layout same across platforms. But the same user flow is possible in a mobile app (never seen by browsers, different code base). Here, the decision was made to largely follow local OS design guidelines. My question is about discovering if mobile systems have guidance on preferring the "don't" alignment I showed above. (read iOS or Android-specific systems, versus browsers) Thoughts on that nuance? Commented Apr 28 at 21:10

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.