May differ slightly from the actual interface.
Visibility
Key Point:
Control visibility on a per-device basis. This setting helps optimize the amount of content shown across different screen sizes.
What this changes:
You can show or hide the same block on different devices — for example, displaying a button on desktop but hiding it on mobile.
Adjustment tips:
Before hiding a block, first check whether shortening the text or adjusting spacing could solve the issue, as this approach is easier to maintain.
Settings
Responsive: Enable device-specific visibility controls and make individual settings editable.Visible(PC / MD / TB / SP): Toggle visibility for each breakpoint to optimize the amount of content displayed. By default, the block is visible (ON) on all devices.
When set to hidden, CSS
display: noneis applied for that device. The HTML itself is still output, so SEO crawlers will still recognize the content. However, excessive use of hidden content may affect SEO rankings, so consider using separate blocks as an alternative.
Breakpoints:
The four levels are PC (desktop) > MD (medium tablet) > TB (tablet) > SP (smartphone).
May differ slightly from the actual interface.
May differ slightly from the actual interface.