Mobile Optimization Options
This article applies to both versions of the builder in all BEE Pro plans.
Often content in an email is organized in multiple columns. When viewing columns on a mobile device, they can become quite narrow. Sometimes this can lead to a sub-optimal reading experience. With that in mind, the BEE builder will vertically stack content when it's opened on a mobile device. This automatic reorganization of content makes your design easy to scroll through. It should also prevent the need to use zoom settings to read the email.
Sometimes the default mobile optimization settings don't work with your design vision. If you want to change the mobile behavior of your design, there are plenty of features you can use to do this! Let’s go over the different options that can impact the mobile version of your design.
Desktop vs Mobile Preview
Vertical stacking is supported by the most popular mobile email clients. In some cases, the desktop version will be displayed. This happens when a client lacks support for standard CSS. For any email client compatibility, please see the email client support section.
One Size Doesn't Fit All
There are some cases in which vertical stacking of columns may not lead to the best result.
A common scenario is a row used to display a navigation bar with text links or icons. Vertically stacking this content could create excessive empty space in the design. It may also hide important elements of the design or even draw too much attention to an element.
Do not stack on mobile
The Do not stack on mobile row setting allows you to override the default stacking behavior.
The option is available in the right panel as a row property, toggled off by default.
Email design best practices suggest a careful use of this display setting. A user-friendly vertical layout on mobile makes sense in most cases. As always, it is up to you and your creativity when and how to use this option.
Reverse stack on mobile
In some cases, the columns stacked on mobile can work better in a reversed order.
Here is an example from a BEE Template:
The same template also has a section where images are aligned on the right.
This is how these two sections render on mobile by default:
Here is how the email layout renders when columns are stacked in reverse order:
Hide on desktop/mobile (Updated!)
We're excited to announce that the Hide on feature is now available on both the content level and the row level. This means you can now hide individual content blocks or entire rows from a specific type of device.
Hiding Content
All content blocks in the BEE builder includes a Hide on setting in the property panel. To use it, scroll down until you see the Block options section.
You can check the result by going into the Preview and selecting the Mobile view. You will see that the content blocks for which Hide on has been turned on will not be visible.
Hiding Rows
If you need to hide a larger portion of your design, you might consider hiding an entire row instead. The workflow is almost identical to the one you use to hide individual content blocks.
To start, you'll want to make sure that you select the row you want to hide. You can find this option at the bottom of the Row Properties section of the sidebar. This section is directly above the Column Properties section.
Interested in learning more about creating mobile-optimized content in the BEE builder? Check out Mobile design mode for more!
If you have any questions, feel free to contact us.
Comments
9 comments
Thanks! This is a great addition.
Thanks—our team's been dying for this!
Is there a way to have an image I have used on the right side in a row to appear before the left side item when viewed on mobile?
i.e. A B
to:
B
A
^Our team would also love a feature to assign the order in which multi-column structures stack on mobile.
^^^^ I'd like information on this too please Beepro!
Hi ALL, stack order is not available yet, but it's on our list (it's a big list, but this one has a lot of votes 😉).
Just waiting to finish some important developments to start adding it.
Hi!
I have a solution, but a little hack in the exported html is required to work.
So, in the editor you have to make both of version (A B and B A) and after exporting newsletter you have to add classes or ids to the containers of these versions in the html file(i.e .hideOnMobile and .hideOnDesktop), then the css below into tags:
@media (max-width: 720px) {
.hideOnMobile{
display: none;
}
}
@media (min-width: 725px) {
.hideOnDesktop{
display: none;
}
}
It worked for me.
Hi,
Is there any way I can set "Do not stack on mobile" enable by default?
Hi Nick, you can create a template with the toggle enabled. At the moment, is not possible to fix it by default.
Please sign in to leave a comment.