• Home
  • Product Setup Guides
  • Etsy Shop
  • Dexpixel Shop
  • Contact
  • Home
  • Product Setup Guides
  • Etsy Shop
  • Dexpixel Shop
  • Contact
Home/Knowledge Base/StreamElements/How to change alert text position in Streamlabs and StreamElements

How to change alert text position in Streamlabs and StreamElements

301 views 1 February 26, 2025

How to Move Alert Text in StreamElements! 

Hey everyone! 👋 If your Streamlabs alert text is in the wrong spot, don’t worry—I’ll show you how to move it up, down, left, or right in just a few steps!

  1. Log in to StreamElements:

    • Go to StreamElements and log in with your streaming account.
  2. Access Overlay Manager:

    • In the dashboard, navigate to “Overlay” under the “Streaming Tools” section.
  3. Create or Edit an Overlay:

    • Click “Create New Overlay” or select an existing overlay to edit.
  4. Add an Alert Box or editthe  existing one:

    • Choose the alert you want to edit, and in settings, navigate to “Text Settings” -> Advanced
  5. Customize the Text Position:

    • Margin Settings: Adjust the top / right / bottom / left margin if you want to move the text to the bottom, increase the TOP margin if you want to move the text to the top decrease TOP margin
  6. Save Your Overlay:

    • After customizing, click “Save” to save your changes.
    • Copy the “Overlay URL” to add this overlay as a browser source to your streaming software.
  7. Add to Streaming Software (if needed):

    • Open your streaming software (e.g., OBS, Streamlabs Desktop).
    • Add a “Browser Source” and paste the Overlay URL you copied.
How to Move Alert Text in Streamelements – Easy Guide!

How to Move Alert Text in Streamlabs!

Streamlabs setup is the same for all events; you must manually enter all settings for each alert you want to show.
Before you start creating your new alerts, make sure you set a new Widget Theme so you can keep your old alerts saved in case you need them.
https://streamlabs.com/dashboard#/alertbox page
https://streamlabs.com/dashboard#/widgetthemes
      • Create a New Theme or edit an existing one.
      • Name your theme and adjust general settings as you like.
      • Edit Alerts Individually

Where to Add This Code?

1️⃣ Go to Streamlabs → Alert Box
2️⃣ Click on the alert you want to edit (Follows, Subs, Donations, etc.)
3️⃣ Scroll down to Custom CSS
4️⃣ Paste the code below at the bottom 👇

Custom Code 
CSS alerts delay


.widget-AlertBox {
    position: relative;
}
body,
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#wrap {
    position: relative;
    height: 100%;
    width: 100%;
}
#alert-box {
    height: 100%;
    width: 100%;
    position: absolute;
}
#alert-box.hidden,
.hidden {
    opacity: 0;
}
  @keyframes fadeInOut {
0% {opacity: 0;}
25% {opacity: 1;}
75% {opacity: 1;}
100% {opacity: 0%;}
}
/* Target the alert message text */
#alert-message {
    position: relative; /* Allows you to use top, left, etc. to shift the text */
    padding-bottom: 0px; /* Move text up */
    padding-top: 900px; /* Move text down */
    padding-right: 0px; /* Move text to the right */
    animation-delay: 0.5s;
    animation-duration: 7s;
}
#alert-message,
#alert-user-message {
    text-align: center;
}
#alert-user-message img {
    vertical-align: middle;
    height: 1em;
}
#alert-image {
    position: relative;
}
#alert-image video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#alert-message > span > span {
    display: inline-block;
}
#alert-image {
    z-index: 6;
    position: relative;
}
#alert-text {
    z-index: 6;
    position: relative;
}
#alert-text-wrap {
    z-index: 6;
    position: relative;
}

IMPORTANT

Please adjust this part of the code in your settings for text editing only. You still need to copy full code but edit only this part in YOUR DASBOARD 

/* Target the alert message text */
#alert-message {
    position: relative; /* Allows you to use top, left, etc. to shift the text */
    padding-bottom: 0px; /* Move text up */
    padding-top: 0px; /* Move text down */
    padding-right: 0px; /* Move text to the right */
    animation-delay: 0.5s;
    animation-duration: 7s;
}

🔺 Move UP

If you want to move your alert text to the top by 500px → Increase padding-bottom

/* Target the alert message text */
#alert-message {
    position: relative; /* Allows you to use top, left, etc. to shift the text */
    padding-bottom: 500px; /* Move text up */
    padding-top: 0px; /* Move text down */
    padding-right: 0px; /* Move text to the right */
    animation-delay: 0.5s;
    animation-duration: 7s;
}

🔻 Move DOWN

If you want to move your alert text to the top by 500px → Increase padding-top

/* Target the alert message text */
#alert-message {
    position: relative; /* Allows you to use top, left, etc. to shift the text */
    padding-bottom: 0px; /* Move text up */
    padding-top: 500px; /* Move text down */
    padding-right: 0px; /* Move text to the right */
    animation-delay: 0.5s;
    animation-duration: 7s;
}
Tags:OBSStreamlabsOverlayStream ScenesStream AlertsTextAlert

Was this helpful?

1 Yes  No
Related Articles
  • Vertical Matte TikTok Transition
  • Sakura Vertical TikTok Transition
  • Light Leak Vertical TikTok Transition
  • Ink Play Vertical TikTok Transition
  • Fire Cast Vertical TikTok Transition
  • How to Edit Stream Schedule in Canva

Didn't find your answer? Contact Us

StreamElements
  • How to change alert text position in Streamlabs and StreamElements
  • How to add color correction
  • How to add Overlay
  • Webcam Setup Guide
  • One Click Import Overlays
  • How to add Chat Box
  • Stream Alerts Setup
  • How to add text in overlay
  • How to add Stream Labels
All Categories
  • Product Setup
  • Basic Setup Guide
  • TikTok
  • Twitch
  • OBS
  • StreamElements
  • Streamlabs

  Starlight Shimmer Transition Setup

Copyright 2025 DexPixel Ltd. All Rights Reserved.