"We are revamping our Knowledge Base articles to serve you better. In case you find something unusual, do not panic. Reach out to our Support Team by submitting a ticket if you ever need some help.”

Breakpoints

Breakpoints

CSS breakpoints determine how a responsive layout behaves on different devices based on its width. You can use them to control when your layout can be adapted or to show or hide content based on a device's size.

Desktop First Approach

DropFunnels Editor takes a desktop-first approach. That is, you begin by designing for your desktop or Extra Large device layout and work your way down to smaller devices like tablets and smartphones. As a result, DropFunnels Editor uses the max-width expression in the breakpoint media queries, as shown in the example below.

@media (max-width: 1200px) {
.fl-node-glvo1rmpjqa6.fl-module-heading .fl-heading {
font-size: 48px;
}
}

@media (max-width: 992px) {
.fl-node-glvo1rmpjqa6.fl-module-heading .fl-heading {
font-size: 36px;
}
}

@media (max-width: 768px) {
.fl-node-glvo1rmpjqa6.fl-module-heading .fl-heading {
font-size: 26px;
}
}

Default Breakpoints

DropFunnels Editor includes three breakpoints enabling you to fine-tune your layout for a variety of device sizes. The default breakpoint values can be modified to suit your needs.

INFO

When a device's screen width exceeds 1200px, the Extra Large device size is used.

Small Device Breakpoint

The Small Device Breakpoint allows you to style your layouts for smaller devices, such as smartphones, mini tablets, and portrait-oriented tablets. Devices with a screen width of 768px or less are considered small devices.

Medium Device Breakpoint

The Medium Device Breakpoint allows you to style your layouts for medium devices, such as small desktop computers, some laptops, and tablets. Devices with a screen width between 769px and 992px are considered medium devices.

Large Device Breakpoint

The Large Device Breakpoint allows you to style your layouts for large devices, such as desktop computers, laptops, and landscape-oriented tablets. Devices with a width between 993px and 1200px are considered large devices.

Default Breakpoint Values

The default breakpoint values for each device size are:

  • Large - 1200px.
  • Medium - 992px.
  • Small - 768px.

Custom Breakpoints

The default breakpoints in DropFunnels Editor can be customized to suit your needs. If you modify the default breakpoint values, those changes will be applied globally.

Step 1: Launch the DropFunnels Editor on a page or post.

Step 2: Access the Global Settings from the Tools menu.

Step 3: Go to the Responsive Layouts sections and change the number of pixels for the Large, Medium, or Small device breakpoints.

Step 4: Click Save.

Monosnap Blank – DF Triage 2023-11-05 21-34-55

Landscape & Portrait Orientation

Although DropFunnels Editor breakpoints were chosen to accommodate the majority of popular device sizes and screen widths, they don't target every use case.

In many iPad models, the landscape orientation display dimensions are 1024x768 pixels, and a portrait orientation display width of 768x1024 pixels, making landscape orientation a large device and portrait orientation a small device.

responsive-design--breakpoints--2-e2a8c3e4ec4924c88a50bde9d92a485f

By changing the Small Device Breakpoint value from 768px to 767px, you can make the iPad's portrait orientation a medium device. You can then use the Visibility setting on the Advanced tab to display one row for tablets in both orientations, but a separate row for phones.

Was this article helpful?

Related Articles

DF Black Trimmed

ANNOUNCEMENT:
Our Knowledge Base articles are undergoing a comprehensive overhaul to enhance your experience.

If you encounter any unexpected issues or irregularities, feel free to connect with our Support Team by submitting a support ticket for prompt assistance.
Join our Slack Workspace

Join the DropFunnels Slack Workspace and get access to the DropFunnels team, other DropFunnels members, twice-weekly support calls and more!

Join our Slack Workspace

Become A DropFunnels Wizard


Complete our Fast Start Training and learn everything you need to know to launch your first or next funnel.

From Lead Capture to Products, Courses to Blogs, this easy-to-follow training covers it all.

We’ll even give you $50 credit for completing the training!


Become A DropFunnels Wizard