I’m trying to get my announcement bar to show on mobile, but I can’t figure it out. My site is travelingyarn.com. Thank you in advance!
1 Like
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/stylesheet.min.css ->paste below code at the bottom of the file.
@media (max-width: 767px) {
.top-bar__section-wrapper.top-bar.sm-hide.js-top-bar {
display: block !important;
}
.top-bar__section-wrapper .block-one--false.block-two--true .top-bar__three {
grid-column: auto/span 12 !important;
}
}
1 Like
Perfect, thank you!
1 Like
its my pleasure to help us