How to reduce the height of Announcement bar?

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 :grinning_face:

welcome

Can you also help me with this?

I’m trying to get rid of the blue frame because the img is smaller than the container in mobile view. I want to scale up the img size to cover the whole container.