Appearance

Position and Device Visibility

3 min read

After you pick a display type, use position and device visibility settings to control where the notification appears and on which screens.

Open Appearance in the notification editor. Start with Display Types: Toast, Popup, Topbar if you have not chosen a type yet.

Device visibility

At the top of the Appearance tab, three toggles control which devices may show the notification:

ToggleWhen to turn off
Show on DesktopHide on large screens (e.g. mobile-only promo)
Show on TabletHide on tablet-sized screens
Show on MobileHide on phones (e.g. desktop-only admin message)

All three are on by default. Turn off any device you want to exclude.

Position for Floating Side Box

When display type is Floating Side Box, you get separate controls for desktop/tablet and mobile.

Desktop & tablet position

Choose a corner or center:

  • Top Right, Top Center, Top Left
  • Bottom Right, Bottom Center, Bottom Left
  • Center Screen

Distance fields appear based on your choice (pixels from top, bottom, left, or right). Use these to avoid overlapping your header or chat widgets.

Negative values are allowed if you need to nudge the box slightly off the default edge.

Mobile position

Mobile uses a simpler layout:

  • Top , full width near the top
  • Bottom , full width near the bottom
  • Center , centered on screen

Set Distance from Top or Distance from Bottom when top or bottom is selected.

Position for Floating Bar (Top Bar)

Bar position uses edge placement instead of corners:

EdgeEffect
TopHorizontal bar along the top
BottomHorizontal bar along the bottom
LeftVertical bar on the left
RightVertical bar on the right

Distance from Edge adds spacing from that edge (in pixels). Desktop/tablet and mobile each have their own bar position settings.

For bar placement above your theme header, see Topbar Above Header (Theme Compatibility).

Position for Popup (Modal)

Popups are always centered. No corner or distance settings are shown. You can still adjust the backdrop color and blur in the Popup Backdrop section.

Z-Index (stacking order)

Under Advanced Styling, Z-Index controls whether the notification sits above or below other fixed elements (sticky headers, chat buttons, etc.).

  • Higher number = on top
  • Default is high enough for most sites
  • Raise it only if something on your theme covers the notification

Quick tips

ProblemTry
Notification hidden behind headerIncrease top distance or raise Z-Index
Too close to screen edgeIncrease distance values
Only want mobile users to see itTurn off Desktop and Tablet
Bar covers navigationUse Above header placement for top bars

Checklist

  • [ ] Set device visibility toggles for my audience
  • [ ] Chose desktop and mobile position for my display type
  • [ ] Adjusted distance from screen edges if needed
  • [ ] Previewed on more than one screen size

Appearance series

  1. Display Types: Toast, Popup, Topbar, Floating
  2. Position and Device Visibility (you are here)
  3. Animations and Transitions
  4. Custom CSS for Notifications
  5. Notification Audio
  6. Topbar Above Header (Theme Compatibility)