Hi Sayn,
Yes, that is expected. On smaller screens, the button wraps to a new line by default.
When announcement content or the button text is long, the buttons take up most of the horizontal space which looks ugly.
To override this behavior, please paste the CSS below in your website theme settings.
@media only screen and (max-width: 800px) {
.ancr-lo-same_row .ancr-container .ancr-cnt-inner{
display: flex !important;
}
.ancr-lo-same_row .ancr-btn-wrap{
margin: 0 1em !important;
}
}
Hope this helps.
Thanks,
Aakash