I am currently facing an issue with my CSS code where the content is displaying as one long sentence on mobile devices, requiring users to scroll to read it. I am trying to modify it so that it displays as two lines on mobile.
<!-- promo banner -->
.site-tools-bar {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
height: 42px;
min-width: 1015px;
}
.site-tools-bar .site-tools-wrapper {
width: 1015px;
margin: 0px auto;
padding: 12px 0px;
text-align: center;
position: relative;
}
.site-tools-bar a.header-promo {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-size: 15px;
float: center;
}
.site-tools-bar a.header-promo .promo-code {
color: #ff0000;
}