3 Buttons Inline not responsive for mobile - help

Hi @dayvb ,

Rename the class as follows:

Call Call Call

Then go to Assetsbase.css and add this code:

@media only screen and (max-width:1240px){
.call-wrapper {
display: flex;
flex-direction: column;
align-items:center
}
.call-button {
margin-left: 10px;
margin-bottom: 10px;
}
}

Hope it’s useful to you @dayvb !