Hi
Maybe someone knows how can I set these two pictures in the center?
https://www.treats.lt/collections/naturalus-skanuku-rinkianiai
psw: xampoh
Hi
Maybe someone knows how can I set these two pictures in the center?
https://www.treats.lt/collections/naturalus-skanuku-rinkianiai
psw: xampoh
Hello @Darius10 ,
You can try follow the instruction below:
.template-collection .collection-contents .grid--uniform{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
can you try this code
@media screen and (min-width: 1199px) {
.collection-contents .grid--uniform {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}