I have made the following changes to the default announcement bar.
/* Announcement Bar Sticky */
#shopify-section-sections–23963343913242__announcement-bar {
position: sticky !important;
top: 0;
}
/* Announcement Bar Slider Arrow Removal */
.announcement-bar-slider .slider-button–prev,
.announcement-bar-slider .slider-button–next {
display: none;
}
It is working fine in desktop but the height increases in mobile.
Can anyone please help?