Hello,
I would like to reduce the height of Announcement bar in mobile view.
Pls check the url: https://189ee3-2.myshopify.com/products/demin
Hello,
I would like to reduce the height of Announcement bar in mobile view.
Pls check the url: https://189ee3-2.myshopify.com/products/demin
@collins276 - please add this css to the very end of your base.css file and check
@media screen and (max-width:749px){
.announcement-bar__message {padding: 0.5rem 0; min-height: 2.8rem;}
}
Thank you ![]()
welcome