Hi @dayvb ,
Rename the class as follows:
Then go to Assets → base.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 !