When building with Kadence products, you may want to adjust values for different screen sizes. For example, as you adjust the size of your browser screen width, you’ll notice the content on your site responds accordingly.

The Kadence Theme, Kadence Blocks plugin, and other KadenceWP products generally use the following responsive breakpoints:
Desktop: > 1024px
Tablet: 768px – 1024px
Mobile: < 768px
Note: These breakpoints apply specifically to Kadence Blocks and not Core WordPress Blocks.
Responsive Settings
Some options through the Kadence theme and blocks include icons for desktop, tablet, and mobile devices. Clicking on one of these icons will update the setting for that screen size, allowing you to set a responsive option. The Kadence theme and blocks plugin have various responsive settings.
For example, the Row Layout block has “Layout” settings that let you adjust the column layout. Just above the setting are the three breakpoint icons. Initially, the setting applies to desktop devices, but you can decide to add different settings for tablet and mobile devices. This allows you to turn a four-column row into a two-column row for tablets and a single column for mobile devices.
Users sometimes want to know if they can customize these breakpoint values. However, there are no settings to change the breakpoints. If you need more control over styles at different screen widths, you must rely on media queries.

WordPress Editor Preview vs. Kadence Responsive Breakpoints
When using the Responsive Controls in Kadence Blocks, you’ll notice the editor automatically adjusts its screen width as you switch between the desktop, tablet, and mobile icons. These screen widths are based on WordPress Core’s built-in responsive preview sizes.

At the top right of the editor, you can also use the Core preview controls to switch between device views or open each view in a new tab. Both the Core preview options and Kadence’s responsive controls use the same underlying WordPress Core behavior for screen width changes, ensuring a consistent experience within the editor.

Kadence Blocks and the Kadence Theme apply specific responsive breakpoints to determine when styles switch between desktop, tablet, and mobile. These are:
- Mobile: less than 768px
- Tablet: between 768px and 1024px
- Desktop: greater than 1024px
Because the WordPress editor preview is based on general device sizes, what you see in “Tablet View” inside the editor may not exactly match how your design appears on the front end. The preview is helpful for quickly styling layouts for general screen sizes, but actual devices vary widely in resolution and pixel density.
As a result, a layout that looks correct in the editor’s tablet or mobile preview may appear slightly different on real devices. For the most accurate results, we recommend previewing your design in a new tab and testing it in your browser using Inspector Tools, where you can manually adjust the viewport width or use device presets to see how your content responds across Kadence’s actual breakpoint ranges.

Using the browser Inspector Tools, you can test your layout across various device sizes. You can also use Responsive Mode to manually adjust the screen width and see how your design adapts in real time.
Mobile Headers
Another responsive setting applies to the mobile header. You can set the screen width at which the header switches between the mobile and desktop headers. Navigate to Appearance > Customize > Header, then click on the Design tab. There is an option to set the “Screen size to switch to mobile header.” This setting sets the screen width (in pixels) at which the desktop header will turn into the mobile header. Screen widths lower than this setting will show the mobile header, and widths above this setting will show the desktop header.

Real-world examples for adjusting the “Screen size to switch to mobile header” setting:
- Show mobile menu on larger screen sizes — For example, if your menu items or other header widgets or elements break into multiple lines on smaller laptops or tablets, you can set a larger breakpoint so the mobile menu appears before the wrapping happens.
- Always show mobile menu, even on desktop — Some users prefer the mobile menu layout for design or simplicity. You can set a very high breakpoint so the mobile menu displays on all devices.
- Always show desktop menu, even on mobile — If you want the desktop menu visible on all screen sizes, set the breakpoint to a very low value so the mobile header never appears.


