Chapter 4: Learn how to adjust Layout

In this chapter, you will learn how to edit the page layout with PageFly that helps you to create your page with a logical and organized structure.

01. Configure spacing

1.1 Understand margin & padding

Firstly, you need to understand the difference between margin and padding to use the right parameter for the job.

1.2. Use padding properly

use padding properly

  • Use padding to create inner “breathing space” around the content to avoid content “touching” the edge of the container.
  • This makes sense only when the container has some background making the “edge” visible.
  • The best practice is to keep the top & bottom and left & right padding the same.
  • Set padding to the container of an element, not the element itself.

1.3. Use margin properly

Use margin properly

  • Set margin to create spacing between content blocks.
  • Margin should be set from top to bottom and left to right. For example:
    • To create vertical spacing between the 2 elements in a column, set the bottom margin of the top element.
      • Notice that the bottom margin of the top element will overlap with the top margin of the bottom element. Therefore no need to set the top margin of the bottom elements.
      • The bottom margin of the last element in the container should be 0px
    • To create horizontal spacing between the 2 elements in a row, set the right margin of the element on the left.
      • Notice that the right margin of the left element will NOT overlap with the left margin of the right element. Only the top/bottom margins are overlapped.
  • Set margin exactly to the element that needs surrounding spacing. For example:
    • To create vertical spacing between elements inside a container, set the margin to those elements.
    • To create vertical spacing between rows inside a section, set the margin to those rows.

Do not use columns to create side spacing

Page layout

Do not use columns to create side spacing. Instead, set left / right padding for the container.

Set spacing for content “growth”

Set spacing in the way that content can be added later without breaking the layout.

Bad Approach in design
Bad Approach

 

Good Approach in Page Layout
Good Approach

Learn more about how to control the spacing between elements with margin and padding in this video tutorial:

02. Build a proper mobile layout

2.1. Present content in 2 columns layout on tablet

tablet layout

On the tablet, present content 2 columns because:

  1. The device’s width is good enough to present information in 2 columns.
  2. It’s better to avoid long vertical scroll to reduce browsing effort from customers.

2.2. Arrange products in 2 columns on mobile

mobile layout

Use the Product List element and set the parameter Column to 6.
If you fancy a video tutorial to help you effortlessly customize mobile layout, check out this video:

03. Add spacing between 2 columns

3.1. Add an equal amount of spacing around the column

margin settings for columns

Use the parameter “Gutter” in row settings.

Note:

  • The system will automatically set the negative left / right margin of the row as half of the gutter to make row reaches side edges.
  • It’s recommended to have Gutter = 30px by default to make it easier to grab the row.

Connect with 2,500+ Shopify merchants and experts in PageFly Community to share knowledge and insights on building high-converting page

JOIN NOW!

3.2. Add specific side spacing of the column

Add side spacing for column

If you need to have special spacing between columns, use the margin-left / right parameter in the column’s settings.

04. Align content horizontally at the center

4.1. Align the whole container

element alignment

  • Set equal left/right padding to make the inner container stand at the center.

Important!

  • Don’t forget to check and update this padding on the mobile view. It’s very common that on the desktop there is big side spacing, but on mobile, just a few pixels or event zero.

4.2. Align content elements within a container

If Flex is not applied to the container

align content in PageFly

Select the container and set center alignment.

If Flex is applied to the container

Alignment with Flex

Set “Justify Content” to “Center”.

Learn more about how to adjust Spacing and Alignment in PageFly in this detailed video tutorial:

05. Align content vertically in the middle?

5.1. If the container’s height is fixed

If the column does NOT have any background

center content

Set the “Content Position” parameter in row’s settings to “Center Middle”.

If the column does have a background

Align content

Use the “Flex” method:

  1. Wrap content to the “Block” element.
  2. Set Flex box parameter “Align Items” to “Center”.

5.2. If containers height is flexible

Page Layout editing

Use top/bottom padding of the Section to adjust its height.

Important!

  • Do not set the Height parameter for the column at the same time as top/bottom padding.

5.3. Align 2 inline elements vertically

Page Layout refining

By default, inline elements will stand side by side (left / right) with each other. To align them vertically in an independent row, you need to wrap them in a Block element.

06. Handle common layout

6.1. Content in “zigzag” layout

It’s a common situation when you need to present content in a zigzag layout, i.e. the first row has an image on the left, second – image on the right, etc.

On mobile, the default responsive mechanism will make 2 text blocks appear near each other.

Learn more:

6.2. Content card

Card #1

Common page layout issue

  1. Set “Image Size” to “Full Width”.
  2. Wrap content to Block element and set padding.
  3. Use heading for card title.
    1. Set margin-top of the heading to “0”.
  4. Set background color to the block.

Card #2

fix common page layout issue

  1. Create 1st row with 2 columns layout
    1. Set the Content Position parameter to Center Middle.
    2. Set margin-right of the left column to adjust the distance between the 2 columns.
    3. Set margin-bottom of the row to adjust the distance between 2 rows.
  2. Create 2nd row with 1 column layout
    1. Add Paragraph element and fill in your own content.

6.3. Content banner

content banner

  1. Set background image to the column
    1. Set “Height” in accordance with the banner image’s height.
  2. Adjust spacing inside the banner
    1. Set some padding to avoid content “touching” to the edge. Read more.
    2. If you want to align content horizontally at the center, set parameter “Alignment” to center.
    3. If you want to align content vertically in the middle use the Flex method. Read more.

Don’t forget to choose the content element properly. Read more

6.4. Content outside the container

Content layout

To build content outside the box layout as in the screenshot, do the following:

  • Set a negative margin to the top or bottom margin of the column containing content to be offset.
  • Set the same amount of margin to the top or bottom margin of the section to compensate for the offset.

6.5. Content block on one side

content block on one side

To have content block shifted to the side, do the following:

  • Set left / right padding of the container to shift content to the opposite side.

Important!

  • Don’t forget to check and update this padding on the mobile view. It’s very common that on the desktop there is big side spacing, but on mobile, just a few pixels or event zero.

Content bar

content bar

To build a bar of one or various inline elements standing side by side:

  • Wrap all elements in Block containers.
  • Set the right margin to elements from left to right.

If elements do not have the same height and you need to vertically align them in the middle:

  • Set Display = Flex for block, then
    • Align Items = Center
    • Justify Content = Center

References

Navigate this series

Build landing page that convert visitors into buyers with PageFly

Create your dream landing page without using any code and get actual conversions as quickly as possible. Try PageFly - #1 Shopify Landing Page builder today.

Get Started