https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
Feels like we are learning together
soodomaa Tks. do you what could it be?
Hahaha never mind... After many trials i found this configuration
.secondary-slider-wrapper {
/* padding: 0 !important; */
display: grid;
grid-template-columns: auto auto auto;
gap: 20px;
width: 100%;
margin: 0 auto;
border-radius: 10px;
background-color: #ffffff;
}
even though idk what it means everything now i am trying to reduce the space in the red lines