Hello @AA226
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media (max-width: 749px) {
.slick-prev {
left: 3px;
}
.slick-next {
right: 3px;
}
}
Thanks
Hello @AA226
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media (max-width: 749px) {
.slick-prev {
left: 3px;
}
.slick-next {
right: 3px;
}
}
Thanks