Hello, i would like to make my announcement bar arrows slightly smaller, and more narrow on mobile only:
my store is z99nxa-bq.myshopify.com , password is rtiech - horizon theme
Hello, i would like to make my announcement bar arrows slightly smaller, and more narrow on mobile only:
my store is z99nxa-bq.myshopify.com , password is rtiech - horizon theme
Hi @ads18922
@media screen and (max-width: 749px) {
announcement-bar-component.announcement-bar__slider .icon-caret svg {
width: 10px;
height: 10px;
}
}
that’s great thank you, could you also provide me some code to make the arrows more narrow, so they aren’t positioned as wide? Thanks
Hi @ads18922
@media screen and (max-width: 749px) {
announcement-bar-component.announcement-bar__slider .icon-caret svg {
width: 10px;
height: 10px;
}
.announcement-bar__slider .slideshow-control {
margin: 0 15px;
}
}