hey, i need some way to navigate this section:
currently the only way is to scroll, but that isnt good for pc, so id like to add some arrows or something similar to scroll to the different images
any help highly appreciated
store link: https://8c2dd1-3.myshopify.com/
Litos
2
Hi @sondreskskfsghj ,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
@media (min-width: 590px){
#shopify-section-template--17760203178306__c7f62bd3-b196-4e0f-97df-372d5caaf2b0 .grid.grid--uniform.grid--flush-bottom {
margin-bottom: 15px !important;
}
}
Hope it helps!